Skip to content

Commit

Permalink
build: Flutter 3.10.3, Dart 3.0.3 (#225)
Browse files Browse the repository at this point in the history
* build: Flutter 3.10.3, Dart 3.0.3

* chore: 自動生成漏れ対応
  • Loading branch information
naipaka authored Jun 6, 2023
1 parent fd9534b commit edfba3a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.1",
"flutterSdkVersion": "3.10.3",
"flavors": {}
}
2 changes: 1 addition & 1 deletion packages/amazon_paapi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none"
version: 1.0.0

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
collection: ^1.15.0
Expand Down
2 changes: 1 addition & 1 deletion packages/analysis_logger/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
authenticator:
Expand Down
2 changes: 1 addition & 1 deletion packages/authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none"
version: 1.0.0

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
collection: ^1.16.0
Expand Down
2 changes: 1 addition & 1 deletion packages/convenient_widgets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none"
version: 1.0.0

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,5 +1614,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.0.3 <4.0.0"
flutter: ">=3.7.0-0"
2 changes: 1 addition & 1 deletion packages/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
analysis_logger:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/notification_receiver/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: "none"

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
firebase_messaging: ^14.6.1
Expand Down
2 changes: 1 addition & 1 deletion packages/notification_sender/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
homepage: https://github.com/altive/flutter_app_template/tree/main/packages/notification_sender

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/remote_parameter_fetcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
firebase_remote_config: ^4.2.1
Expand Down
2 changes: 1 addition & 1 deletion packages/rest_api_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none"
version: 1.0.0

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
dio: ^5.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: "none"

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/util/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0
homepage: https://github.com/altive/flutter_app_template/tree/main/packages/util

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ packages:
source: hosted
version: "2.1.0"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.0.3 <4.0.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_app_template_workspace

environment:
sdk: ^3.0.0
sdk: ^3.0.3

dev_dependencies:
melos: ^3.1.0

0 comments on commit edfba3a

Please sign in to comment.