Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 940 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 940 Bytes

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