Skip to content

Commit

Permalink
Minimum Flutter supported version is now 3.22.0, and minimum Dart ver…
Browse files Browse the repository at this point in the history
…sion is 3.4.0.
  • Loading branch information
larryaasen committed Sep 4, 2024
1 parent 4603c94 commit 9c10a80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
flutter-version: ['3.16.0', '3.19.4', '3.24.1']
flutter-version: ['3.22.0', '3.24.1'] # '3.16.0', '3.19.4'

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [413] Fixed Haitian Creole messages to use correct grammar. (thanks to @wjeanvilma)
- [415] Added Kurdish Sorani ('ku') language translation. (thanks to @drpshtiwan)
- Minimum Flutter supported version is now 3.22.0, and minimum Dart version is 3.4.0.
- Minor updates to address deprecation warnings.

## 10.3.0
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: upgrader
description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
version: 10.3.0
version: 11.0.0
homepage: https://github.com/larryaasen/upgrader

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: ">=3.16.0"
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down

0 comments on commit 9c10a80

Please sign in to comment.