amplify_auth_repository 0.0.1 amplify_auth_repository: ^0.0.1 copied to clipboard
Dart package which manages the authentication domain with aws amplify.
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 📝 #
- Create your project
- Download
amplifyconfiguration.dart
file - Docs
https://docs.amplify.aws/start/getting-started/installation/q/integration/flutter/
Run the project 🚀 #
flutter run