flutter_cognito_plugin
flutter_cognito_plugin copied to clipboard
An AWS cognito plugin for flutter
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!
```swift @objc func currentUserState() { self.result!(awsClient.currentUserState) } ```