Skip to content

Commit

Permalink
update dart sdk to ^3.2.0 and flutter sdk to ^3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nika Hassani committed Mar 29, 2024
1 parent 7de45ba commit 908642f
Show file tree
Hide file tree
Showing 85 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart_dart2js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
sdk:
# Minimum supported Dart version
- "3.0.1"
- "3.2.1"
- stable
- beta
browser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_ddc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
sdk:
# Minimum supported Dart version
- "3.0.1"
- "3.2.1"
- stable
- beta
browser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
sdk:
# Minimum supported Dart version
- "3.0.1"
- "3.2.1"
- stable
- beta
# Skips 'beta' tests on PRs
Expand Down
4 changes: 2 additions & 2 deletions canaries/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: amplified_todo
publish_to: none

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_analytics_pinpoint: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion infra/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: infra
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.2.0

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

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
args: ^2.3.0
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the Amplify Flutter client libraries.
publish_to: none

environment:
flutter: ">=3.10.0"
sdk: ^3.0.0
flutter: ^3.16.0
sdk: ^3.2.0

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/am
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_core/doc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
publish_to: none

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_analytics_pinpoint: any
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/am
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
async: ^2.10.0
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: Demonstrates how to use the amplify_datastore plugin.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/am
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/am
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/am
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
flutter_lints: ^3.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_native_legacy_wrapper/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0
publish_to: "none"

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_native_legacy_wrapper: ^0.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_native_legacy_wrapper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.0.1
publish_to: none

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: Demonstrates how to use the amplify_analytics_pinpoint plugin.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/an
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/an
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: Demonstrates how to use the amplify_api plugin.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_api: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.2.0
flutter: ">=3.10.0"
flutter: ^3.16.0

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
2 changes: 1 addition & 1 deletion packages/api/amplify_api_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/ap
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/amplify_auth_cognito/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0
publish_to: none

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_api: any
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/au
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
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.2.0

dependencies:
amplify_auth_cognito_dart: any
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/au
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tests for the amplify_auth_cognito_dart package.
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
amplify_analytics_pinpoint_dart: any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_auth_cognito: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/au
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_auth_cognito: ">=1.7.0 <1.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ publish_to: "none"
version: 0.1.0

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_authenticator: any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0
publish_to: none

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_authenticator: any
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aw
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
async: ^2.10.0
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_signature_v4/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: example
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
args: ^2.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_signature_v4/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aw
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
async: ^2.10.0
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the amplify_db_common plugin.
publish_to: "none"

environment:
flutter: ">=3.10.0"
sdk: ^3.0.0
flutter: ^3.16.0
sdk: ^3.2.0

dependencies:
amplify_db_common: ">=0.1.2+5 <0.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/co
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.2.0
flutter: ^3.16.0

dependencies:
amplify_db_common_dart: ">=0.3.5 <0.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 0.1.0
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
amplify_db_common_dart: ">=0.2.0+5 <0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/co
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.0.0
sdk: ^3.2.0

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/example_common/example/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.2.0

dependencies:
example_common:
Expand Down
2 changes: 1 addition & 1 deletion packages/example_common/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.2.0

dependencies:
meta: ^1.7.0
Expand Down
Loading

0 comments on commit 908642f

Please sign in to comment.