amplify-flutter
amplify-flutter copied to clipboard
A declarative library with an easy-to-use interface for building Flutter applications on AWS.
**Describe the bug** The plugin uses CustomTabsManagerActivity which won't be available if Chrome is uninstalled on a device. **To Reproduce** Steps to reproduce the behavior: 1. Uninstall Chrome, you can...
isSignUpComplete returns True in android even if the user has not been confirmed. In iOS it doesn't.
**Describe the bug** While using Amplify.Auth.signUp it requires that the user is verified with the code sent to the email before the user can be CONFIRMED in the userpool. To...
**Describe the bug** Amplify.Auth.confirmPassword is not displaying any error when the email/username and the Verification Code don't match. In JS the check exists. **To Reproduce** Steps to reproduce the behavior:...
This behaviour is seen under android whenever I call `Amplify.Auth.signOut()` it opens up chrome with redirection link. I also tried removing metadata field inside amplifyconfiguration.dart file. ` "SignInRedirectURI": "", "SignOutRedirectURI":...
When adding Cognito auth to a project, if email based sign-in is chosen (might apply to phone number also) then `Amplify.Auth.getCurrentUser()` return different `AuthUser` results between Android and iOS. Android...
### Description I had an issue where I don't get 'ready' event from hub channel. ```dart StreamSubscription dsHub = Amplify.Hub.listen([HubChannel.DataStore], (hubEvent) { }); dsHub.onData((data) async { if (data.eventName == 'ready')...
### Description This is an aggregated feature request tracking issue for use cases of using API plugin to operate DataStore. Please refer to the linked issues below to see the...
### Description Hello. I created graphql based api with amplify. Cognito is the default auth for api. I updated auth with unauthorized user to user. My models have public accesses...
### Description Hello, I am sometimes receiving the following error which seems to be causes by one of my queries (observing). I have a list of Strings in my model...
### Description We are using custom mutations query in flutter. we are facing the some issues in using the Map value ( object ). createWalletContent() async { try { String...