From 95cd352bffec2596d72891511813f49daba5d5b5 Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Tue, 15 Feb 2022 23:04:18 -0500 Subject: [PATCH] update amplify_flutter dep to >=0.3.0 <0.5.0 (#1361) --- packages/amplify_authenticator/pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/amplify_authenticator/pubspec.yaml b/packages/amplify_authenticator/pubspec.yaml index 697c2d1181..5660d28e8c 100644 --- a/packages/amplify_authenticator/pubspec.yaml +++ b/packages/amplify_authenticator/pubspec.yaml @@ -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