Skip to content

Commit caca9a2

Browse files
committed
Version 0.9.4
1 parent 8d67a22 commit caca9a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.9.4
44

55
* 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"`
67

78
## 0.9.3
89

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
open_iconic_flutter: ">=0.3.0 <0.4.0"
14-
video_player: ">=0.7.0 <0.9.0"
14+
video_player: ">=0.7.0 <0.10.0"
1515
screen: ">=0.0.4 <0.1.0"
1616
flutter:
1717
sdk: flutter

0 commit comments

Comments
 (0)