We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959d9ec commit 95cd352Copy full SHA for 95cd352
packages/amplify_authenticator/pubspec.yaml
@@ -8,10 +8,10 @@ environment:
8
flutter: ">=1.17.0"
9
10
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
+ amplify_auth_cognito: ">=0.3.0 <0.5.0"
+ amplify_auth_plugin_interface: ">=0.3.0 <0.5.0"
+ amplify_core: ">=0.3.0 <0.5.0"
+ amplify_flutter: ">=0.3.0 <0.5.0"
15
collection: ^1.15.0
16
flutter:
17
sdk: flutter
0 commit comments