diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8360d6c18..538f02c0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ env: # refer to https://docs.flutter.dev/development/tools/sdk/releases. # Note: The version below should be manually updated to the latest second most recent version # after a new stable version comes out. - # Current minimum is set to Flutter 3.41. Make the next version the new minimum once the next + # Current minimum is set to Flutter 3.38. Make the next version the new minimum once the next # stable version is released - FLUTTER_VERSION_MINIMUM_DEFAULT: "3.41.6" + FLUTTER_VERSION_MINIMUM_DEFAULT: "3.38.10" FLUTTER_VERSION_LATEST_STABLE_CHANNEL_DEFAULT: "3.x" jobs: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7d6d7e33d..50aa928eb 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=3.11.0 <4.0.0' - flutter: ">=3.41.0" + sdk: '>=3.10.0 <4.0.0' + flutter: ">=3.38.0" dependencies: chewie: diff --git a/pubspec.yaml b/pubspec.yaml index 9b335b817..e2aebc2aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,8 +4,8 @@ version: 1.14.0 homepage: https://github.com/fluttercommunity/chewie environment: - sdk: '>=3.11.0 <4.0.0' - flutter: ">=3.41.0" + sdk: '>=3.10.0 <4.0.0' + flutter: ">=3.38.0" dependencies: cupertino_icons: ^1.0.9 @@ -13,7 +13,7 @@ dependencies: sdk: flutter provider: ^6.1.5+1 video_player: ^2.11.1 - wakelock_plus: ^1.6.0 + wakelock_plus: ^1.6.1 dev_dependencies: flutter_test: