flutter_cognito_plugin icon indicating copy to clipboard operation
flutter_cognito_plugin copied to clipboard

An AWS cognito plugin for flutter

Results 27 flutter_cognito_plugin issues
Sort by recently updated
recently updated
newest added

One nice feature would be to allow once you login with a user, to be able to attach the user to an specific group. Right now with the current version...

When running the app for my android. I got the flutter output: [!] Your app isn't using AndroidX. To avoid potential build failures, you can quickly migrate your app by...

Hi, I am trying to integrate aws with firebase as an identity provider. On flutter side I am using the firebase_auth package with the following code: ``` FirebaseUser user =...

Maintenance suggestions The package description is too short. (-20 points)

My current app has 2 different user pools for production and development. Is there any way to configure awsconfiguration.json seperately? Thank you!