소스 검색

Fix problems with images in pub

Brian Egan 8 년 전
부모
커밋
609afd8a4c
3개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 2 2
      README.md
  3. 1 1
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.1.1
+
+  * Fix images in docs for pub 
+
 ## 0.1.0
 
 Initial version of Chewie, the video player with a heart of gold.

+ 2 - 2
README.md

@@ -6,7 +6,7 @@ The `video_player` plugin provides low-level access to video playback. Chewie us
 
 ## Demo
 
-![Demo](assets/chewie_demo.gif)
+![Demo](https://github.com/brianegan/chewie/raw/master/assets/chewie_demo.gif)
 
 ## Installation
 
@@ -32,7 +32,7 @@ final playerWidget = new Chewie(
 
 ## Example
 
-Please run the app in the `example/` folder to start playing!
+Please run the app in the [`example/`](https://github.com/brianegan/chewie/tree/master/example) folder to start playing!
 
 ```
 000000000000000KKKKKKKKKKKKXXXXXXXXXXXXXKKKKKKKKKKKKKKKKKKKKKKKKKKK00

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: chewie
 description: The video player for Flutter with a heart of gold
-version: 0.1.0
+version: 0.1.1
 homepage: https://github.com/brianegan/chewie
 author: Brian Egan <brian@brianegan.com>