Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 617 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 617 Bytes

AWS Amplify Auth Cognito / S3 Storage Repository

Flutter package to implement authentication and storage using AWS Amplify.

Features ✨

  • Sign up with email and password
  • Sign in with email and password
  • Maintain Session
  • Send/Resend Verification code
  • Reset Password
  • Set/Get Attributes
  • Upload file on S3 bucket
  • Generate URL for the uploaded file

Getting Started 🎉

Amplify 📝

  1. Create your project
  2. Download amplifyconfiguration.dart file
  3. Docs https://docs.amplify.aws/start/getting-started/installation/q/integration/flutter/

Run the project 🚀

  1. flutter run