Skip to content

Commit

Permalink
update amplify_flutter dep to >=0.3.0 <0.5.0 (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Feb 16, 2022
1 parent 959d9ec commit 95cd352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ environment:
flutter: ">=1.17.0"

dependencies:
amplify_auth_cognito: ^0.3.0
amplify_auth_plugin_interface: ^0.3.0
amplify_core: ^0.3.0
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"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down

0 comments on commit 95cd352

Please sign in to comment.