Ver Fonte

Support latest version of video_player (#24)

Ben Hagen há 7 anos atrás
pai
commit
6e951feb3a
2 ficheiros alterados com 6 adições e 2 exclusões
  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