Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down