From 463c69bf59e65af2f90c3f1ea88381a9440e4738 Mon Sep 17 00:00:00 2001 From: Diego Tori Date: Thu, 6 Jul 2023 15:36:05 -0400 Subject: [PATCH 1/3] Updated wakelock_plus to version 1.1.0. Also updated Flutter minimum SDK to version 3.3.0. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5baa9c17c..58a206165 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/fluttercommunity/chewie environment: sdk: '>=2.17.0 <4.0.0' - flutter: ">=2.11.0" + flutter: ">=3.3.0" dependencies: cupertino_icons: ^1.0.5 @@ -13,7 +13,7 @@ dependencies: sdk: flutter provider: ^6.0.5 video_player: ^2.7.0 - wakelock_plus: ^1.0.0+2 + wakelock_plus: ^1.1.0 dev_dependencies: flutter_test: From 4b2ad1717980373f766c1891a30bedb32603c27f Mon Sep 17 00:00:00 2001 From: Diego Tori Date: Thu, 6 Jul 2023 15:39:38 -0400 Subject: [PATCH 2/3] Set Dart minimum SDK to version 2.18. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 58a206165..397439d00 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.6.0+1 homepage: https://github.com/fluttercommunity/chewie environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '>=2.18.0 <4.0.0' flutter: ">=3.3.0" dependencies: From 2c8bacc092ee7efd13efc1f86c5521dac73ac92d Mon Sep 17 00:00:00 2001 From: Diego Tori Date: Thu, 6 Jul 2023 15:40:11 -0400 Subject: [PATCH 3/3] Example app's minimum Dart and Flutter SDKs are set to 2.18 and 3.10 respectively. --- example/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 86c9e5526..e41b77167 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,7 +4,8 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=2.12.0-0 <3.0.0' + sdk: '>=2.18.0 <4.0.0' + flutter: ">=3.10.0" dependencies: chewie: