From 3e503fd110979e17ecc1583e7b6e6e9682c0f469 Mon Sep 17 00:00:00 2001 From: Diego Tori Date: Tue, 14 Apr 2026 18:02:52 -0400 Subject: [PATCH] Upgraded codebase to Flutter 3.41. --- .github/workflows/ci.yml | 8 ++++---- example/pubspec.yaml | 6 +++--- pubspec.yaml | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dd74238c..8360d6c18 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.32. Make the next version the new minimum once the next + # Current minimum is set to Flutter 3.41. Make the next version the new minimum once the next # stable version is released - FLUTTER_VERSION_MINIMUM_DEFAULT: "3.32.8" + FLUTTER_VERSION_MINIMUM_DEFAULT: "3.41.6" FLUTTER_VERSION_LATEST_STABLE_CHANNEL_DEFAULT: "3.x" jobs: @@ -64,7 +64,7 @@ jobs: fail-fast: false steps: - name: 📚 Git Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🐦 Setup Flutter uses: subosito/flutter-action@v2 @@ -91,6 +91,6 @@ jobs: run: flutter test --no-pub --coverage --test-randomize-ordering-seed random - name: 📁 Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 # TODO: Remove the below once we have adequate tests for this library. continue-on-error: true diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 94307b760..7d6d7e33d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,15 +4,15 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=3.8.0 <4.0.0' - flutter: ">=3.32.0" + sdk: '>=3.11.0 <4.0.0' + flutter: ">=3.41.0" dependencies: chewie: path: ../ flutter: sdk: flutter - video_player: ^2.10.0 + video_player: ^2.11.1 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index dbf2445ab..aaf960258 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,16 +4,16 @@ version: 1.13.1 homepage: https://github.com/fluttercommunity/chewie environment: - sdk: '>=3.8.0 <4.0.0' - flutter: ">=3.32.0" + sdk: '>=3.11.0 <4.0.0' + flutter: ">=3.41.0" dependencies: - cupertino_icons: ^1.0.8 + cupertino_icons: ^1.0.9 flutter: sdk: flutter provider: ^6.1.5+1 - video_player: ^2.10.0 - wakelock_plus: ^1.3.2 + video_player: ^2.11.1 + wakelock_plus: ^1.6.0 dev_dependencies: flutter_test: