Skip to content

Commit 00b8631

Browse files
authored
Merge pull request #754 from diegotori/wakelock_plus_1.1.0_upgrade
Updated wakelock_plus to version 1.1.0.
2 parents ca97560 + 2c8bacc commit 00b8631

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version: 1.0.0
44
publish_to: none
55

66
environment:
7-
sdk: '>=2.12.0-0 <3.0.0'
7+
sdk: '>=2.18.0 <4.0.0'
8+
flutter: ">=3.10.0"
89

910
dependencies:
1011
chewie:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ version: 1.6.0+1
44
homepage: https://github.com/fluttercommunity/chewie
55

66
environment:
7-
sdk: '>=2.17.0 <4.0.0'
8-
flutter: ">=2.11.0"
7+
sdk: '>=2.18.0 <4.0.0'
8+
flutter: ">=3.3.0"
99

1010
dependencies:
1111
cupertino_icons: ^1.0.5
1212
flutter:
1313
sdk: flutter
1414
provider: ^6.0.5
1515
video_player: ^2.7.0
16-
wakelock_plus: ^1.0.0+2
16+
wakelock_plus: ^1.1.0
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)