Skip to content

Commit fced8ab

Browse files
author
Travis Sheppard
authored
chore: set min flutter version to '>1.20.0' in packages where set to … (#757)
1 parent ea76e55 commit fced8ab

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

packages/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 0.2.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
8-
flutter: ^1.20.0
7+
sdk: ">=2.12.0 <3.0.0"
8+
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:

packages/amplify_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/ampl
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ^1.20.0
8+
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:

packages/amplify_auth_cognito/example/pubspec.yaml

Lines changed: 1 addition & 5 deletions
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: ">=2.12.0 <3.0.0"
10-
flutter: ">=1.17.0 <2.0.0"
10+
flutter: ">=2.2.0"
1111

1212
dependencies:
1313
flutter:
@@ -36,10 +36,6 @@ dev_dependencies:
3636
# For information on the generic Dart part of this file, see the
3737
# following page: https://dart.dev/tools/pub/pubspec
3838

39-
# Needed to avoid conflict for integration tests until flutter driver has null safe version of crypto https://github.com/flutter/flutter/issues/77282
40-
dependency_overrides:
41-
crypto: ^3.0.0
42-
4339
# The following section is specific to Flutter.
4440
flutter:
4541
# The following line ensures that the Material Icons font is

packages/amplify_datastore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/ampl
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=1.17.0"
8+
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:

packages/amplify_storage_s3/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 0.2.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_storage_s3
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
8-
flutter: ^1.10.0
7+
sdk: ">=2.12.0 <3.0.0"
8+
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)