Skip to content

Commit

Permalink
chore: update flutter to 3.19.1 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin authored Feb 26, 2024
1 parent 9f57116 commit 9a6fbc6
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
catalyst_voices_assets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions catalyst_voices/packages/catalyst_voices_blocs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
bloc: ^8.1.2
Expand All @@ -22,7 +22,7 @@ dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
formz: ^0.6.1
formz: ^0.7.0
get_it: ^7.6.7
meta: ^1.10.0
result_type: ^0.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
catalyst_voices_models:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.0
flutter: 3.19.1

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ publish_to: none

environment:
sdk: ">=3.2.6 <4.0.0"
flutter: 3.19.0
flutter: 3.19.1

dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
formz: ^0.6.1
formz: ^0.7.0

dev_dependencies:
catalyst_analysis:
Expand Down
4 changes: 2 additions & 2 deletions catalyst_voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.0
flutter: 3.19.1

dependencies:
animations: ^2.0.11
Expand All @@ -32,7 +32,7 @@ dependencies:
flutter_localized_locales: ^2.0.5
flutter_web_plugins:
sdk: flutter
formz: ^0.6.1
formz: ^0.7.0
go_router: ^13.0.0
url_launcher: ^6.2.2
url_strategy: ^0.2.0
Expand Down
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ command:
workspaceChangelog: true
bootstrap:
environment:
sdk: '>=3.2.6 <4.0.0'
flutter: 3.19.0
sdk: '>=3.3.0 <4.0.0'
flutter: 3.19.1
dependencies:
bloc_concurrency: ^0.2.2
bloc: ^8.1.2
collection: ^1.17.1
equatable: ^2.0.5
formz: ^0.6.1
formz: ^0.7.0
meta: ^1.10.0
result_type: ^0.2.0
dev_dependencies:
Expand Down

0 comments on commit 9a6fbc6

Please sign in to comment.