Danish Khawaja

Results 12 comments of Danish Khawaja

![download (3)](https://user-images.githubusercontent.com/114078857/202690985-4bb7fa72-a0de-41a1-b893-6b2a56ceadc4.png)

> i have same problem with rncallkeep, does anyone know solution? Same issue. Have you got any solution?

I am also getting the same issue. Have you got into any solution??

> when i take the app in release mode. the otp is not autofilling.But in debug and profile mode it works smoothly The app signatures are different for every mode....

Hi @jaumard Just like what you have done on [Line # 17](https://github.com/jaumard/sms_autofill/blob/7b5234c007267bee0e565a1fd50ec0b4a6d97063/lib/sms_autofill.dart#L17C5-L17C5) to [Line # 25](https://github.com/jaumard/sms_autofill/blob/7b5234c007267bee0e565a1fd50ec0b4a6d97063/lib/sms_autofill.dart#L25) on dart code and [Line # 85](https://github.com/jaumard/sms_autofill/blob/7b5234c007267bee0e565a1fd50ec0b4a6d97063/android/src/main/java/com/jaumard/smsautofill/SmsAutoFillPlugin.java#L85) to [Line # 87](https://github.com/jaumard/sms_autofill/blob/7b5234c007267bee0e565a1fd50ec0b4a6d97063/android/src/main/java/com/jaumard/smsautofill/SmsAutoFillPlugin.java#L87) on android code,...

Hi @giorgio79 You can by updating its decoration to -> InputDecoration() widget The blue icon widget will be removed

Hi @DevHitesh29 Is the app signature/hash being same for android **_release APK_** and **_app bundle_**?

> > Hi @DevHitesh29 > > Is the app signature/hash being same for android **_release APK_** and **_app bundle_**? > > Yes they are same According to this [article](https://prishanmaduka.medium.com/generate-hash-keys-properly-for-android-sms-retriever-api-c26b9be42ddc), the...

Hi @gandhiidhruvv I was facing this issue just right now and I just upgraded my flutter SDK to 3.7.2 and the issue was gone. Kindly upgrade your flutter SDK Thanks

> @gandhiidhruvv Until this is fixed, I think you can go around this by overriding the `pin_input_text_field` version to an older one on your app's `pubspec.yaml` file. Something like: >...