amplify-flutter
amplify-flutter copied to clipboard
A declarative library with an easy-to-use interface for building Flutter applications on AWS.
### Description I am trying to get list or single record by send QueryPredicate for where argument and limit as 1, but it always returns empty list, where as if...
This reverts commit c16e4dd424afcbb91e6b40bd545d8449b1e56d30. Originally proposed as a fix to #2015 which turned out to be not needed. Async/await provides a much cleaner syntax and is good to gain exposure...
Reverts the change needed to due the `flutter_tools` bug. The `exitCode` should be set if `pub get` fails for any reason now, since it would be to an issue outside...
Re-enable DDC in dev SDK tests now that issue is resolved
*Issue #, if available:* *Description of changes:* - Add a `self-update` command to update aft. Inspired by [yarn self-update](https://classic.yarnpkg.com/lang/en/docs/cli/self-update/) or `flutter upgrade` This just runs `dart pub global activate -spath...
This allows both strings and raw `Exception`/`Error` types to be passed which can support `is` checks in the future after all code is migrated.
API integration tests were failing. This was because they use codegen models from amplify_test package, where another field was added to the schema. The provisioned backend didn't have that field,...
### Description It works for a while without any problems, then it gives this error and doesn't shoot any images. This happens all the time in a loop. It works...
*Description of changes:* This PR provides a simple tool via `aft` to run integ and unit tests on any platform, with any connected device. It handles a workaround for a...
### Description Every time i need to hot restart in the app it throws exception: _PlatformException (PlatformException(AmplifyAlreadyConfiguredException, Translating platform exception failed. Please take a look at https://github.com/aws-amplify/amplify-flutter/issues to see if...