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

I'm using the correct format of date MM/DD/YYYY still it is giving me an error.. help me to resolve it, please Exception: ``` E/flutter (23340): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: InvalidParameterException(message: One...

Auth
not-reproducible
pending-response
pending-triage

*Issue #, if available:* *Description of changes:* * Update 0.6.6 release changelogs for newly added changes By submitting this pull request, I confirm that you can use, modify, copy, and...

*Issue #, if available:* *Description of changes:* * update generated many-to-many models using the latest codegen * bump amplify-android to 1.37.2 (new version should be available on 8/15/2022) By submitting...

*Issue #, if available:* *Description of changes:* - Add the `accessible` keychain attribute as a config option for iOS and MacOS with a default of [ksecattraccessibleafterfirstunlockthisdeviceonly](https://developer.apple.com/documentation/security/ksecattraccessibleafterfirstunlockthisdeviceonly?language=objc). This value is what...

_This is a Request For Comments (RFC). RFCs are intended to elicit feedback regarding a proposed change to the Amplify Framework. Please feel free to post comments or questions here._...

GraphQL API
RFC
REST API

I have created an application and uploaded to the TestFlight and Appstore also. First time user was able to login and then for next patch release I have uploaded to...

Auth
not-reproducible
pending-response
pending-triage

Fixes an issue discovered while investigating #2013 Fixes a redirect issue in older versions of Chrome which is resolved by adding a certain set of flags to launch the custom...

### Description After setting up S3 storage via the CLI for Auth users to have all CRUD operations, and trying from the app source code to upload a file (tried...

Storage
not-reproducible
pending-response
pending-triage

WIP: This is a rough early draft of subscriptions for GraphQL in dart. It implements the appsync real-time client described on https://docs.aws.amazon.com/appsync/latest/devguide/aws-appsync-real-time-data.html. It still needs tests, error handling, comments, cleanup,...

### Description In flutte application, when I call Amplify.API.mutate for ModelMutations.update(), the query does not return an error however it is not updating the item. The result of the query...

GraphQL API
not-reproducible
pending-response