Skip to content

Commit

Permalink
chore(repo): flutter version to use lower bound instead of upper bound (
Browse files Browse the repository at this point in the history
  • Loading branch information
NikaHsn committed Apr 17, 2024
1 parent 62c51a5 commit 2c09e63
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
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.3.0
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
amplify_analytics_pinpoint: ^1.0.0
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.19.0"
sdk: ^3.3.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
amplify_core: ">=1.7.0 <1.8.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
flutter:
Expand Down
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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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 @@ -5,7 +5,7 @@ version: 0.1.0

environment:
sdk: ^3.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.19.0"
sdk: ^3.3.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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 @@ -4,7 +4,7 @@ publish_to: "none"
version: 0.1.0

environment:
flutter: ^3.19.0
flutter: ">=3.19.0"
sdk: ^3.3.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
amplify_core: ">=1.7.0 <1.8.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.0"

dependencies:
amplify_secure_storage_dart: ">=0.4.3 <0.5.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.3.0
flutter: ^3.19.0
flutter: ">=3.19.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.19.0"
sdk: ^3.3.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.3.0
flutter: ^3.19.0
flutter: '>=3.19.0'

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

0 comments on commit 2c09e63

Please sign in to comment.