瀏覽代碼

Support latest version of video_player (#24)

Ben Hagen 7 年之前
父節點
當前提交
6e951feb3a
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      CHANGELOG.md
  2. 2 2
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.6.0
+
+  * Update to work with `video_player: ">=0.6.0 <0.7.0`
+
 ## 0.5.1
 
   * Update README to fix installation instructions

+ 2 - 2
pubspec.yaml

@@ -1,6 +1,6 @@
 name: chewie
 description: A video player for Flutter with Cupertino and Material play controls
-version: 0.5.0
+version: 0.6.0
 homepage: https://github.com/brianegan/chewie
 author: Brian Egan <brian@brianegan.com>
 
@@ -9,7 +9,7 @@ environment:
 
 dependencies:
   open_iconic_flutter: ">=0.2.0 <0.3.0"
-  video_player: ">=0.5.0 <0.6.0"
+  video_player: ">=0.6.0 <0.7.0"
   flutter:
     sdk: flutter