Skip to content

Commit

Permalink
Raise min version to Flutter 3.0 and Dart 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jfahrenkrug committed Jan 31, 2024
1 parent 1b24a31 commit a3ea09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
flutter-version: ['any', '3.7.0', '2.5.0'] # Specify versions here
flutter-version: ['any', '3.0.0', '3.7.0', '3.10.0'] # Specify versions here

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.4.0
homepage: https://github.com/thesmythgroup/easy_image_viewer

environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.17.0"
sdk: ">=2.17.0 <4.0.0" # This implies at least Dart 2.17, which comes with Flutter 3.0
flutter: ">=3.0.0"

topics:
- image
Expand Down

0 comments on commit a3ea09c

Please sign in to comment.