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

### Description We using amplify_auth_cognito on the flutter mobile app for authorized users. We configured the token for 1h and refreshToken for 30 days. Recently, we received several reports from...

pending-close-response-required
Auth
not-reproducible
pending-triage

### Description E/AndroidRuntime(26016): FATAL EXCEPTION: main E/AndroidRuntime(26016): Process: com.deltaxlat.appdriver.dev, PID: 26016 E/AndroidRuntime(26016): android.app.ForegroundServiceDidNotStartInTimeException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{ceca0f1 u0 com.deltaxlat.appdriver.dev/com.amazonaws.mobileconnectors.s3.transferutility.TransferService} E/AndroidRuntime(26016): at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2027) E/AndroidRuntime(26016): at android.app.ActivityThread.access$2900(ActivityThread.java:273) E/AndroidRuntime(26016): at...

bug
Android
pending-close-response-required
Storage

Hi I have created a cognito user pool with name. And when I try to sign in with apple name is getting as email id. the following way, that too...

Auth
to-be-reproduced
pending-triage

With amplify ios archive/build time is so long. On firebase community created precompiled library for this and this prevent compiling every time the libraries. How can we create like this...

feature-request
iOS
requires-ios-fix
Build

### Description Occasionally (I have trouble reproducing it consistently) Datastore Hub Channel on Android will fail to emit the hubEvent "ready". I cannot say for certain that datastore isn't syncing...

bug
requires-ios-fix
DataStore
pending-triage

### Description I am trying to update a data record from Amplify Studio and see the real-time updates in my app. When my model has @auth set to: `{allow: private}`...

DataStore
pending-triage

### Description i'm always getting this error when trying to compile ``` Launching lib/main_dev.dart on Android SDK built for x86 in debug mode... FAILURE: Build failed with an exception. *...

to-be-reproduced
Build
pending-triage

### Description I tried to setup up project with multi auth role for my model, graphql.schema contains models with private auth (CognitoUserPool) and public read operation (AWS IAM). When first...

to-be-reproduced
DataStore
GraphQL API
pending-triage

### Description without login public models are not syn in android , iOS works fine ``` Starting processing subscription events. W/amplify:aws-api(22601): A subscription error occurred. W/amplify:aws-api(22601): ApiAuthException{message=You must be signed-in...

DataStore
pending-triage

I am using 2 Configurations for amplify // To save data in offline without starting sync void configureOffline() async { Amplify.addPlugin(AmplifyDataStore( modelProvider: ModelProvider.instance, )); await Amplify.configure(amplifyconfig); } // to sync...

Question
DataStore