Samuel Chan
Samuel Chan
In my case, using flutter clean fixes the issue, while using overriden version of 1.3.2 for sensors_plus. Hope it helps @lavinov-mercury ``` dependency_overrides: sensors_plus: 1.3.2 ```
@berlin2 works like a charm, thanks!
Any update about the issue?
For now, I updated the generator code manually by downloading it from [source](https://raw.githubusercontent.com/aissat/easy_localization/8048ff5c1739fa4932f324d00215e4be6fb97f7b/bin/generate.dart). Put it in the root directory. In line 263, I used `$` instead of `$` to avoid...
It should be `graph.facebook.com`, not `Facebook`. As shown on the `AWSMobileClient` below: ```java AMAZON("www.amazon.com"), FACEBOOK("graph.facebook.com"), GOOGLE("accounts.google.com"), TWITTER("api.twitter.com"), DEVELOPER("cognito-identity.amazonaws.com"), ``` https://github.com/aws-amplify/aws-sdk-android/blob/e1f9c8121afb567c075782328a9d38b3863a0db6/aws-android-sdk-mobile-client/src/main/java/com/amazonaws/mobile/client/IdentityProvider.java#L25 This works like a charm for me :)
Same issue here... Detailed logs: ``` FAILURE: Build failed with an exception. * Where: Build file 'xx/xx/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_cognito_plugin-1.0.2/android/build.gradle' line: 45 * What went wrong: A problem occurred evaluating root project 'flutter_cognito_plugin'....
Resolved. In addition to adding the AWS rules for proguard, I excluded this plugin package to make it working even when proguard or R8 turned on. ``` -keepnames class com.amazonaws.**...
@kukuandroid in ur `proguard-rules.pro` inside android directory