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.
2 parents ca97560 + 2c8bacc commit 00b8631Copy full SHA for 00b8631
example/pubspec.yaml
@@ -4,7 +4,8 @@ version: 1.0.0
4
publish_to: none
5
6
environment:
7
- sdk: '>=2.12.0-0 <3.0.0'
+ sdk: '>=2.18.0 <4.0.0'
8
+ flutter: ">=3.10.0"
9
10
dependencies:
11
chewie:
pubspec.yaml
@@ -4,16 +4,16 @@ version: 1.6.0+1
homepage: https://github.com/fluttercommunity/chewie
- sdk: '>=2.17.0 <4.0.0'
- flutter: ">=2.11.0"
+ flutter: ">=3.3.0"
cupertino_icons: ^1.0.5
12
flutter:
13
sdk: flutter
14
provider: ^6.0.5
15
video_player: ^2.7.0
16
- wakelock_plus: ^1.0.0+2
+ wakelock_plus: ^1.1.0
17
18
dev_dependencies:
19
flutter_test:
0 commit comments