Wirawan
Wirawan
you can add this script in your gradle file ``` packagingOptions { exclude 'lib/*/libRSSupport.so' exclude 'lib/*/librsjni.so' exclude 'lib/*/librsjni_androidx.so' } ```
please refer to [335](https://github.com/Yalantis/uCrop/issues/335)
@leafney for me in version **Flutter 2.2.2** • channel stable > ```dart > showModalBottomSheet( > context: context, > isScrollControlled: true, // Important > builder: (context) { > return Container( >...
update python to 3.8 work for me
xiaomi redmi note 5 shown; xiaomi redmi 4x not shown;
i also got this error.
im also got this problem, code was working fine, until this month String email = googleIdTokenCredential.getId(); according to documentation [here](https://developers.google.com/identity/android-credential-manager/android/reference/com/google/android/libraries/identity/googleid/GoogleIdTokenCredential), its should return email. not number im also post here...