Skip to content

Commit

Permalink
chore(): updated Flutter to 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Dec 2, 2024
1 parent 843d17b commit 0d8a500
Show file tree
Hide file tree
Showing 35 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- "any" # latest
include:
- channel: "stable"
flutter-version: "3.19.0"
flutter-version: "3.22.0"
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- "any" # latest
include:
- channel: "stable"
flutter-version: "3.19.0"
flutter-version: "3.22.0"
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
with:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- "any" # latest
include:
- channel: "stable"
flutter-version: "3.19.0"
flutter-version: "3.22.0"
ios-version:
- "15.0"
- "17.5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- "any" # latest
include:
- channel: "stable"
flutter-version: "3.19.0"
flutter-version: "3.22.0"
# Skips 'beta' tests on PRs
exclude:
- channel: ${{ (github.event_name == 'pull_request') && 'beta' || 'NONE' }}
Expand Down
2 changes: 1 addition & 1 deletion canaries/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_analytics_pinpoint: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
## 1.8.0

NOTE: This version has been updated to:
- Flutter: ">=3.19.0"
- flutter: ">=3.22.0"
- Dart ^3.3.0
- Java 17, Kotlin 1.9.10 and Gradle 8.1 for Android projects

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the Amplify Flutter client libraries.
publish_to: none

environment:
flutter: ">=3.19.0"
flutter: ">=3.22.0"
sdk: ^3.4.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/doc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_analytics_pinpoint: any
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore_plugin_interface/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_core: ">=2.5.0 <2.6.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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_native_legacy_wrapper: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_native_legacy_wrapper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/amplify_analytics_pinpoint/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.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/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_api: any
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.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 @@ -19,7 +19,7 @@ version: 1.0.0+1

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_auth_cognito: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/authenticator/amplify_authenticator/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_auth_cognito: ">=2.5.0 <2.6.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.1.0

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

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

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_authenticator: any
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Demonstrates how to use the amplify_db_common plugin.
publish_to: "none"

environment:
flutter: ">=3.19.0"
flutter: ">=3.22.0"
sdk: ^3.4.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

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

environment:
flutter: ">=3.19.0"
flutter: ">=3.22.0"
sdk: ^3.4.0

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_core: ">=2.5.0 <2.6.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_auth_cognito: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

# Helps `pana` since it does not detect Android support.
platforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: "none"

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_secure_storage: ">=0.3.0 <0.4.0"
Expand Down
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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_secure_storage_dart: ">=0.5.3 <0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_auth_cognito: any
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3/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.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand Down
2 changes: 1 addition & 1 deletion packages/test/amplify_auth_integration_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: none

environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

dependencies:
amplify_api: any
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/e2e_flutter_test/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+1

environment:
flutter: ">=3.19.0"
flutter: ">=3.22.0"
sdk: ^3.4.0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none
# The current constraints for Dart and Flutter SDKs.
environment:
sdk: ^3.4.0
flutter: ">=3.19.0"
flutter: ">=3.22.0"

# Global dependency versions for third-party dependencies of
# Amplify Flutter projects. These represent the values which
Expand Down

0 comments on commit 0d8a500

Please sign in to comment.