amplify-flutter icon indicating copy to clipboard operation
amplify-flutter copied to clipboard

A declarative library with an easy-to-use interface for building Flutter applications on AWS.

Results 636 amplify-flutter issues
Sort by recently updated
recently updated
newest added

**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...

bug
Android
Auth
pending-release
requires-android-fix

**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...

bug
Auth
pending-release
platform-discrepancy

**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:...

bug
Android
Auth
pending-release
requires-android-fix
platform-discrepancy

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":...

bug
Android
Auth
pending-release
requires-android-fix

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...

bug
iOS
Auth
pending-release
requires-ios-fix
platform-discrepancy

### 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')...

duplicate
DataStore
pending-triage

### 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...

feature-request
datastore
GraphQL API

### 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...

DataStore
pending-triage

### 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...

DataStore
pending-triage

### 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...

GraphQL API
pending-triage