Skip to content

Commit

Permalink
feat(very_good_flutter_package)!: update to Flutter 3.19.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 21, 2024
1 parent 71c8c63 commit df9df19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/very_good_flutter_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
flutter-version:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.13.0"
- "any"
- "3.19.0"
- "3.x"

steps:
- name: 📚 Git Checkout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0+1
{{^publishable}}publish_to: none{{/publishable}}

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
sdk: "^3.3.0"
flutter: "^3.19.0"

dependencies:
flutter:
Expand All @@ -14,5 +14,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.3
very_good_analysis: ^5.1.0

0 comments on commit df9df19

Please sign in to comment.