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
4 changes: 2 additions & 2 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.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:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ 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
flutter:
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:
Expand Down