We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d67a22 commit caca9a2Copy full SHA for caca9a2
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 0.9.4
4
5
* Add overlay option to place a widget between the video and the controls
6
+ * Update to work with `video_player: ">=0.7.0 <0.10.0"`
7
8
## 0.9.3
9
pubspec.yaml
@@ -11,7 +11,7 @@ environment:
11
12
dependencies:
13
open_iconic_flutter: ">=0.3.0 <0.4.0"
14
- video_player: ">=0.7.0 <0.9.0"
+ video_player: ">=0.7.0 <0.10.0"
15
screen: ">=0.0.4 <0.1.0"
16
flutter:
17
sdk: flutter
0 commit comments