Kashif Ali Bhatti

Results 7 comments of Kashif Ali Bhatti

I resolved the issue. Change your compile and targeted version to 33 **Solution 1** ``` compileSdkVersion 33 defaultConfig { minSdkVersion 21 targetSdkVersion 33 ... } ``` **Solution 2** downgrade permissin_handler...

> > 你应该把你的 compileSdkVersion 提高到 33 > > But another one need 31,how can I solve this problem? Update your pub dev `flutter pub upgrade`

I am also facing the same issue @nizwar Can you please take a look into this

@essyty can you please tell me which '**permission_handler**' version are you using?

@essyty Please double-check the documentation of the permission handler maybe you are missing some steps The TL;DR version is: Add the following to your "gradle.properties" file: android.useAndroidX=true android.enableJetifier=true Make sure...

@DevHitesh29 did you find how to get the release mode hash key?

I'm also facing the same issue, Does anyone have a fix?