flutter_aws_app
flutter_aws_app copied to clipboard
Example flutter app using AWS Cognito and AppSync GraphQL API
flutter_aws_app
A simple Flutter example app showing how to use
- AWS Cognito User Management
- AWS AppSync GraphQL API with Flutter
This Example uses the AWS Cognito hosted UI to manage all users including federated identities within the Cognito User Pool.
It is still using a Cognito Identity Pool to get IAM access credentials.
To get a better understanding checkout the following links.
More Details
Changelog
2019 / 05 / 31
- Cleanup
- Better organized into blocs, repositories and providers
- Now using BuiltValue and BuiltCollection