Ver Fonte

Version 0.9.4

Ben Hagen há 6 anos atrás
pai
commit
caca9a230f
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 1 - 0
CHANGELOG.md

@@ -3,6 +3,7 @@
 ## 0.9.4
 
   * 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
 

+ 1 - 1
pubspec.yaml

@@ -11,7 +11,7 @@ environment:
 
 dependencies:
   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"
   flutter:
     sdk: flutter