Browse Source

Version 0.9.4

Ben Hagen 6 years ago
parent
commit
caca9a230f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## 0.9.4
 ## 0.9.4
 
 
   * Add overlay option to place a widget between the video and the controls
   * Add overlay option to place a widget between the video and the controls
+  * Update to work with `video_player: ">=0.7.0 <0.10.0"`
 
 
 ## 0.9.3
 ## 0.9.3
 
 

+ 1 - 1
pubspec.yaml

@@ -11,7 +11,7 @@ environment:
 
 
 dependencies:
 dependencies:
   open_iconic_flutter: ">=0.3.0 <0.4.0"
   open_iconic_flutter: ">=0.3.0 <0.4.0"
-  video_player: ">=0.7.0 <0.9.0"
+  video_player: ">=0.7.0 <0.10.0"
   screen: ">=0.0.4 <0.1.0"
   screen: ">=0.0.4 <0.1.0"
   flutter:
   flutter:
     sdk: flutter
     sdk: flutter