Skip to content

Commit 95cd352

Browse files
update amplify_flutter dep to >=0.3.0 <0.5.0 (#1361)
1 parent 959d9ec commit 95cd352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/amplify_authenticator/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ environment:
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
amplify_auth_cognito: ^0.3.0
12-
amplify_auth_plugin_interface: ^0.3.0
13-
amplify_core: ^0.3.0
14-
amplify_flutter: ^0.3.0
11+
amplify_auth_cognito: ">=0.3.0 <0.5.0"
12+
amplify_auth_plugin_interface: ">=0.3.0 <0.5.0"
13+
amplify_core: ">=0.3.0 <0.5.0"
14+
amplify_flutter: ">=0.3.0 <0.5.0"
1515
collection: ^1.15.0
1616
flutter:
1717
sdk: flutter

0 commit comments

Comments
 (0)