Skip to content

Commit 39c136b

Browse files
authored
chore(repo): flutter version to use lower bound instead of upper bound (#4722)
1 parent 08271d8 commit 39c136b

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

canaries/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33

44
environment:
55
sdk: ^3.3.0
6-
flutter: ^3.19.0
6+
flutter: ">=3.19.0"
77

88
dependencies:
99
amplify_analytics_pinpoint: ^1.0.0

packages/amplify/amplify_flutter/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Demonstrates how to use the Amplify Flutter client libraries.
33
publish_to: none
44

55
environment:
6-
flutter: ^3.19.0
6+
flutter: ">=3.19.0"
77
sdk: ^3.3.0
88

99
dependencies:

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
# Helps `pana` since we do not use Flutter plugins for most platforms
1313
platforms:

packages/amplify_core/doc/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish_to: none
88

99
environment:
1010
sdk: ^3.3.0
11-
flutter: ^3.19.0
11+
flutter: ">=3.19.0"
1212

1313
dependencies:
1414
amplify_analytics_pinpoint: any

packages/amplify_datastore/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
flutter:

packages/amplify_datastore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
flutter:

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_core: ">=1.7.0 <1.8.0"

packages/amplify_native_legacy_wrapper/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: "none"
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
amplify_native_legacy_wrapper: ^0.1.0

packages/amplify_native_legacy_wrapper/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
flutter:

packages/analytics/amplify_analytics_pinpoint/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_analytics_pinpoint: ">=1.0.0-next.8 <1.0.0-next.9"

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
# Helps `pana` since we do not use Flutter plugins for most platforms
1313
platforms:

packages/api/amplify_api/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_api: ">=1.0.0-next.8 <1.0.0-next.9"

packages/api/amplify_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
# Helps `pana` since we do not use Flutter plugins for most platforms
1313
platforms:

packages/auth/amplify_auth_cognito/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
amplify_api: any

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
# Helps `pana` since we do not use Flutter plugins for most platforms
1313
platforms:

packages/authenticator/amplify_authenticator/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: 1.0.0+1
1919

2020
environment:
2121
sdk: ^3.3.0
22-
flutter: ^3.19.0
22+
flutter: ">=3.19.0"
2323

2424
dependencies:
2525
amplify_auth_cognito: ">=1.0.0-next.8 <1.0.0-next.9"

packages/authenticator/amplify_authenticator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_auth_cognito: ">=1.7.0 <1.8.0"

packages/authenticator/amplify_authenticator_test/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.1.0
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
amplify_authenticator: any

packages/authenticator/amplify_authenticator_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
amplify_authenticator: any

packages/common/amplify_db_common/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Demonstrates how to use the amplify_db_common plugin.
33
publish_to: "none"
44

55
environment:
6-
flutter: ^3.19.0
6+
flutter: ">=3.19.0"
77
sdk: ^3.3.0
88

99
dependencies:

packages/common/amplify_db_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_db_common_dart: ">=0.3.5 <0.4.0"

packages/notifications/push/amplify_push_notifications/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: "none"
44
version: 0.1.0
55

66
environment:
7-
flutter: ^3.19.0
7+
flutter: ">=3.19.0"
88
sdk: ^3.3.0
99

1010
dependencies:

packages/notifications/push/amplify_push_notifications/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
66

77
environment:
88
sdk: ^3.3.0
9-
flutter: ^3.19.0
9+
flutter: ">=3.19.0"
1010

1111
dependencies:
1212
amplify_core: ">=1.7.0 <1.8.0"

packages/notifications/push/amplify_push_notifications_pinpoint/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
44

55
environment:
66
sdk: ^3.3.0
7-
flutter: ^3.19.0
7+
flutter: ">=3.19.0"
88

99
dependencies:
1010
amplify_auth_cognito: ">=1.0.0-next.8 <1.0.0-next.9"

packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
66

77
environment:
88
sdk: ^3.3.0
9-
flutter: ^3.19.0
9+
flutter: ">=3.19.0"
1010

1111
# Helps `pana` since it does not detect Android support.
1212
platforms:

packages/secure_storage/amplify_secure_storage/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: "none"
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
amplify_secure_storage: ">=0.3.0 <0.4.0"

packages/secure_storage/amplify_secure_storage/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"

packages/storage/amplify_storage_s3/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: none
55

66
environment:
77
sdk: ^3.3.0
8-
flutter: ^3.19.0
8+
flutter: ">=3.19.0"
99

1010
dependencies:
1111
amplify_auth_cognito: any

packages/storage/amplify_storage_s3/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
# Helps `pana` since we do not use Flutter plugins for most platforms
1313
platforms:

packages/test/amplify_auth_integration_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
environment:
99
sdk: ^3.3.0
10-
flutter: ^3.19.0
10+
flutter: ">=3.19.0"
1111

1212
dependencies:
1313
amplify_api: any

packages/worker_bee/e2e_flutter_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: 'none'
44
version: 1.0.0+1
55

66
environment:
7-
flutter: ^3.19.0
7+
flutter: ">=3.19.0"
88
sdk: ^3.3.0
99

1010
dependencies:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish_to: none
44
# The current constraints for Dart and Flutter SDKs.
55
environment:
66
sdk: ^3.3.0
7-
flutter: ^3.19.0
7+
flutter: '>=3.19.0'
88

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

0 commit comments

Comments
 (0)