Skip to content

Commit

Permalink
Merge branch 'main' into alestiago/very-good-dart-cli-update-dart-3-4
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored May 23, 2024
2 parents daa9f6b + 1dcd522 commit 096bebc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.19.0"
- "3.22.0"
- "3.x"

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dependencies:
bloc: ^8.1.3
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter_bloc: ^8.1.4
flutter_localizations:
sdk: flutter
intl: ^0.18.1
intl: ^0.19.0

dev_dependencies:
bloc_test: ^9.1.6
Expand Down
2 changes: 1 addition & 1 deletion very_good_core/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_core_hooks

environment:
sdk: "^3.3.0"
sdk: ^3.4.0

dependencies:
mason: ^0.1.0-dev.52
Expand Down

0 comments on commit 096bebc

Please sign in to comment.