From 0d8a5001d043db90241edf81f10d102d3ed374fb Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Sun, 1 Dec 2024 18:16:07 -0800 Subject: [PATCH] chore(): updated Flutter to 3.22.0 --- .github/workflows/amplify_canaries.yaml | 6 +++--- .github/workflows/flutter_vm.yaml | 2 +- canaries/pubspec.yaml | 2 +- packages/amplify/amplify_flutter/CHANGELOG.md | 2 +- packages/amplify/amplify_flutter/example/pubspec.yaml | 2 +- packages/amplify/amplify_flutter/pubspec.yaml | 2 +- packages/amplify_core/doc/pubspec.yaml | 2 +- packages/amplify_datastore/example/pubspec.yaml | 2 +- packages/amplify_datastore/pubspec.yaml | 2 +- packages/amplify_datastore_plugin_interface/pubspec.yaml | 2 +- packages/amplify_native_legacy_wrapper/example/pubspec.yaml | 2 +- packages/amplify_native_legacy_wrapper/pubspec.yaml | 2 +- .../amplify_analytics_pinpoint/example/pubspec.yaml | 2 +- packages/analytics/amplify_analytics_pinpoint/pubspec.yaml | 2 +- packages/api/amplify_api/example/pubspec.yaml | 2 +- packages/api/amplify_api/pubspec.yaml | 2 +- packages/auth/amplify_auth_cognito/example/pubspec.yaml | 2 +- packages/auth/amplify_auth_cognito/pubspec.yaml | 2 +- .../amplify_authenticator/example/pubspec.yaml | 2 +- packages/authenticator/amplify_authenticator/pubspec.yaml | 2 +- .../amplify_authenticator_test/example/pubspec.yaml | 2 +- .../authenticator/amplify_authenticator_test/pubspec.yaml | 2 +- packages/common/amplify_db_common/example/pubspec.yaml | 2 +- packages/common/amplify_db_common/pubspec.yaml | 2 +- .../push/amplify_push_notifications/example/pubspec.yaml | 2 +- .../push/amplify_push_notifications/pubspec.yaml | 2 +- .../example/pubspec.yaml | 2 +- .../push/amplify_push_notifications_pinpoint/pubspec.yaml | 2 +- .../amplify_secure_storage/example/pubspec.yaml | 2 +- packages/secure_storage/amplify_secure_storage/pubspec.yaml | 2 +- packages/storage/amplify_storage_s3/example/pubspec.yaml | 2 +- packages/storage/amplify_storage_s3/pubspec.yaml | 2 +- packages/test/amplify_auth_integration_test/pubspec.yaml | 2 +- packages/worker_bee/e2e_flutter_test/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 35 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/amplify_canaries.yaml b/.github/workflows/amplify_canaries.yaml index 5884a5b0f4..fa07e192a6 100644 --- a/.github/workflows/amplify_canaries.yaml +++ b/.github/workflows/amplify_canaries.yaml @@ -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: @@ -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: @@ -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" diff --git a/.github/workflows/flutter_vm.yaml b/.github/workflows/flutter_vm.yaml index e733ab32f6..a8c1a022c6 100644 --- a/.github/workflows/flutter_vm.yaml +++ b/.github/workflows/flutter_vm.yaml @@ -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' }} diff --git a/canaries/pubspec.yaml b/canaries/pubspec.yaml index 5ba604736a..e3f33f5856 100644 --- a/canaries/pubspec.yaml +++ b/canaries/pubspec.yaml @@ -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 diff --git a/packages/amplify/amplify_flutter/CHANGELOG.md b/packages/amplify/amplify_flutter/CHANGELOG.md index 590ee854ad..bf0f2700b3 100644 --- a/packages/amplify/amplify_flutter/CHANGELOG.md +++ b/packages/amplify/amplify_flutter/CHANGELOG.md @@ -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 diff --git a/packages/amplify/amplify_flutter/example/pubspec.yaml b/packages/amplify/amplify_flutter/example/pubspec.yaml index 4071afec47..3b8289f36c 100644 --- a/packages/amplify/amplify_flutter/example/pubspec.yaml +++ b/packages/amplify/amplify_flutter/example/pubspec.yaml @@ -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: diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml index 9338feac2a..6840e7a653 100644 --- a/packages/amplify/amplify_flutter/pubspec.yaml +++ b/packages/amplify/amplify_flutter/pubspec.yaml @@ -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: diff --git a/packages/amplify_core/doc/pubspec.yaml b/packages/amplify_core/doc/pubspec.yaml index 812eac231c..e858369ab2 100644 --- a/packages/amplify_core/doc/pubspec.yaml +++ b/packages/amplify_core/doc/pubspec.yaml @@ -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 diff --git a/packages/amplify_datastore/example/pubspec.yaml b/packages/amplify_datastore/example/pubspec.yaml index 97e004e8cd..fb25f06302 100644 --- a/packages/amplify_datastore/example/pubspec.yaml +++ b/packages/amplify_datastore/example/pubspec.yaml @@ -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: diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml index a942d1aa7b..03b27b9f8d 100644 --- a/packages/amplify_datastore/pubspec.yaml +++ b/packages/amplify_datastore/pubspec.yaml @@ -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: diff --git a/packages/amplify_datastore_plugin_interface/pubspec.yaml b/packages/amplify_datastore_plugin_interface/pubspec.yaml index da9e16493e..3d17d4abc5 100644 --- a/packages/amplify_datastore_plugin_interface/pubspec.yaml +++ b/packages/amplify_datastore_plugin_interface/pubspec.yaml @@ -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" diff --git a/packages/amplify_native_legacy_wrapper/example/pubspec.yaml b/packages/amplify_native_legacy_wrapper/example/pubspec.yaml index 0fb7618141..b77e8d3950 100644 --- a/packages/amplify_native_legacy_wrapper/example/pubspec.yaml +++ b/packages/amplify_native_legacy_wrapper/example/pubspec.yaml @@ -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 diff --git a/packages/amplify_native_legacy_wrapper/pubspec.yaml b/packages/amplify_native_legacy_wrapper/pubspec.yaml index 10c4a05556..3bb6a5eed2 100644 --- a/packages/amplify_native_legacy_wrapper/pubspec.yaml +++ b/packages/amplify_native_legacy_wrapper/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none environment: sdk: ^3.4.0 - flutter: ">=3.19.0" + flutter: ">=3.22.0" dependencies: flutter: diff --git a/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml index c9e447ae5b..c3b152fae3 100644 --- a/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml @@ -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" diff --git a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml index 07f08593b8..574c2e24a0 100644 --- a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +++ b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml @@ -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: diff --git a/packages/api/amplify_api/example/pubspec.yaml b/packages/api/amplify_api/example/pubspec.yaml index 6bf16de029..fdabcde437 100644 --- a/packages/api/amplify_api/example/pubspec.yaml +++ b/packages/api/amplify_api/example/pubspec.yaml @@ -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" diff --git a/packages/api/amplify_api/pubspec.yaml b/packages/api/amplify_api/pubspec.yaml index fb4b1899c4..03826da1bf 100644 --- a/packages/api/amplify_api/pubspec.yaml +++ b/packages/api/amplify_api/pubspec.yaml @@ -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: diff --git a/packages/auth/amplify_auth_cognito/example/pubspec.yaml b/packages/auth/amplify_auth_cognito/example/pubspec.yaml index 6a1c6a6dcd..cc3761bec2 100644 --- a/packages/auth/amplify_auth_cognito/example/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito/example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none environment: sdk: ^3.4.0 - flutter: ">=3.19.0" + flutter: ">=3.22.0" dependencies: amplify_api: any diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml index 4f2821e9e1..98275618cc 100644 --- a/packages/auth/amplify_auth_cognito/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito/pubspec.yaml @@ -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: diff --git a/packages/authenticator/amplify_authenticator/example/pubspec.yaml b/packages/authenticator/amplify_authenticator/example/pubspec.yaml index e09a91932d..c903755a37 100644 --- a/packages/authenticator/amplify_authenticator/example/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/example/pubspec.yaml @@ -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" diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml index 7c265d81a0..448bf1ddd6 100644 --- a/packages/authenticator/amplify_authenticator/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/pubspec.yaml @@ -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" diff --git a/packages/authenticator/amplify_authenticator_test/example/pubspec.yaml b/packages/authenticator/amplify_authenticator_test/example/pubspec.yaml index 01a184ceb5..085d598ed3 100644 --- a/packages/authenticator/amplify_authenticator_test/example/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator_test/example/pubspec.yaml @@ -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 diff --git a/packages/authenticator/amplify_authenticator_test/pubspec.yaml b/packages/authenticator/amplify_authenticator_test/pubspec.yaml index 918935bdb9..362738206b 100644 --- a/packages/authenticator/amplify_authenticator_test/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator_test/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: none environment: sdk: ^3.4.0 - flutter: ">=3.19.0" + flutter: ">=3.22.0" dependencies: amplify_authenticator: any diff --git a/packages/common/amplify_db_common/example/pubspec.yaml b/packages/common/amplify_db_common/example/pubspec.yaml index f75c6118ec..128fba2be3 100644 --- a/packages/common/amplify_db_common/example/pubspec.yaml +++ b/packages/common/amplify_db_common/example/pubspec.yaml @@ -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: diff --git a/packages/common/amplify_db_common/pubspec.yaml b/packages/common/amplify_db_common/pubspec.yaml index ec59d13eb8..8510a2c140 100644 --- a/packages/common/amplify_db_common/pubspec.yaml +++ b/packages/common/amplify_db_common/pubspec.yaml @@ -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" diff --git a/packages/notifications/push/amplify_push_notifications/example/pubspec.yaml b/packages/notifications/push/amplify_push_notifications/example/pubspec.yaml index 0c63718b02..5c6c58c399 100644 --- a/packages/notifications/push/amplify_push_notifications/example/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications/example/pubspec.yaml @@ -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: diff --git a/packages/notifications/push/amplify_push_notifications/pubspec.yaml b/packages/notifications/push/amplify_push_notifications/pubspec.yaml index 817da2329c..bc59b7af82 100644 --- a/packages/notifications/push/amplify_push_notifications/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications/pubspec.yaml @@ -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" diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/example/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/example/pubspec.yaml index 9be2c1f383..7984ec2536 100644 --- a/packages/notifications/push/amplify_push_notifications_pinpoint/example/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications_pinpoint/example/pubspec.yaml @@ -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" diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml index 3cffdf7155..f44443aef6 100644 --- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml @@ -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: diff --git a/packages/secure_storage/amplify_secure_storage/example/pubspec.yaml b/packages/secure_storage/amplify_secure_storage/example/pubspec.yaml index e1f2c9ad45..058372015d 100644 --- a/packages/secure_storage/amplify_secure_storage/example/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage/example/pubspec.yaml @@ -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" diff --git a/packages/secure_storage/amplify_secure_storage/pubspec.yaml b/packages/secure_storage/amplify_secure_storage/pubspec.yaml index e2052a2c75..a468072e55 100644 --- a/packages/secure_storage/amplify_secure_storage/pubspec.yaml +++ b/packages/secure_storage/amplify_secure_storage/pubspec.yaml @@ -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" diff --git a/packages/storage/amplify_storage_s3/example/pubspec.yaml b/packages/storage/amplify_storage_s3/example/pubspec.yaml index 20bb6decb1..8eaad034e3 100644 --- a/packages/storage/amplify_storage_s3/example/pubspec.yaml +++ b/packages/storage/amplify_storage_s3/example/pubspec.yaml @@ -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 diff --git a/packages/storage/amplify_storage_s3/pubspec.yaml b/packages/storage/amplify_storage_s3/pubspec.yaml index 1c34acc060..5ef3ef34da 100644 --- a/packages/storage/amplify_storage_s3/pubspec.yaml +++ b/packages/storage/amplify_storage_s3/pubspec.yaml @@ -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: diff --git a/packages/test/amplify_auth_integration_test/pubspec.yaml b/packages/test/amplify_auth_integration_test/pubspec.yaml index e33111f565..e8e101ec85 100644 --- a/packages/test/amplify_auth_integration_test/pubspec.yaml +++ b/packages/test/amplify_auth_integration_test/pubspec.yaml @@ -7,7 +7,7 @@ publish_to: none environment: sdk: ^3.4.0 - flutter: ">=3.19.0" + flutter: ">=3.22.0" dependencies: amplify_api: any diff --git a/packages/worker_bee/e2e_flutter_test/pubspec.yaml b/packages/worker_bee/e2e_flutter_test/pubspec.yaml index 284036723a..efebc0ab52 100644 --- a/packages/worker_bee/e2e_flutter_test/pubspec.yaml +++ b/packages/worker_bee/e2e_flutter_test/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index b9a7634f51..3b8963f421 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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