flutter_cognito_plugin
flutter_cognito_plugin copied to clipboard
An AWS cognito plugin for flutter
hi i got the following error > package identifier or launch activity not found. > Please check /home/flow/prj/testaws/android/app/src/main/AndroidManifest.xml for errors. > No application found for TargetPlatform.android_x64. > Is your project...
D/PluginScaffold: invoking { channel: com.pycampers.flutter_cognito_plugin, method: signIn(), args: Optional({ password = 123456; username = "[email protected]"; }) } D/PluginScaffold: piping exception to flutter (Cannot set the result on a completed task....
Can the ```changePassword(String oldPassword, String newPassword)``` method be used to update a user's password when their SignInState is SignInState.NEW_PASSWORD_REQUIRED?
You can override the Default configuration by using the Cognito.initialize(configuration:) method. ``` { "AppSync": { "Default": { "ApiUrl": "YOUR-GRAPHQL-ENDPOINT", "Region": "us-east-1", "ApiKey": "YOUR-API-KEY", "AuthMode": "API_KEY" }, "Custom": { "ApiUrl": "YOUR-GRAPHQL-ENDPOINT",...
My app is running fine on --debug mode and as well as --release mode but when i am generating a apk of the project and trying to use the plugin...
Maybe I have overseen that. I like to to the refrresh token to get a new access token. Is there already an API?
This problem does not occur with iOS. So I can log in to a user account, but when I do anything with AppSync, the [UserState](https://github.com/scientifichackers/flutter_cognito_plugin/blob/3ade38ded30022cb0539e80055e165c03f87a9db/lib/models.dart#L23) will change to `UserState.SIGNED_OUT` I...
Hello, this is really a question more than an issue. I need to pick up a critical bug fix that went into the latest version 2.18.1 of the iOS SDK...
I having a problem with security requirements of my app, because any time i call the signIn method the user credentials are logged by invoke method in debug console and...