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 Using the schema below that has `ownerField` and `groupsField` both point to a list of string. When run the app in iOS, the datastore isn't sync'ed. In Android,...

DataStore
pending-triage

my application is about an uber truck, where most of the road is OFFLINE. but when he wants to make an offline request he skips that error. Does anyone know...

bug
Auth
requires-android-fix
requires-ios-fix
platform-discrepancy

Introduces TOTP MFA with registration and verification flows. There are no new APIs for this approach. Instead, confirmSignIn is leveraged with two new sign in step types: `mfaSetup` and `confirmSignInWithTotpMfaCode`....

*Issue* #367 *Description of changes:* Adds documentation for Auth category + Cognito plugin. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...

*Issue #, if available:* *Description of changes:* * Add fastlane config to automate version bumping, changelogs, git tags. * Publishing to Pub.dev is still work in progress due to Google...

**Describe the bug** Amplify automatically generated the code for all the models, including the fromJson functions. Additionally amplify also generates the basic resolvers for basic queries. Unfortunately, the amplify queries...

bug
pending-release
GraphQL API

*Description of changes:* Adds update password and fetch session to auth example app. Note: I wasn't quite sure how to change the black background on the expansion panel list. Not...

This is a feature request for adding Push Notification Service for Flutter like we have it for React/iOS/Android.

feature-request
requires-android-fix
requires-ios-fix

### Description The automatically generated Data Models are missing the relationship IDs. schema.graphql example: ```graphql type NPartner @model @auth(rules: [{allow: private}]) { id: ID! pid: ID avatarKey: String name: String!...

feature-request
Codegen
GraphQL API

## Updated Description Feature Request: The ability to specify a custom prefix for S3 storage, instead of using the public/protected/private prefixes. For reference, see feature requests and docs in other...

feature-request
Storage