Tkko / Flutter_Pinput

Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations, iOS autofill, Android autofill
https://pub.dev/packages/pinput
MIT License
775 stars 179 forks source link

Built in sms autofill for Android #79

Closed Tkko closed 2 years ago

Tkko commented 2 years ago

Integrate SMS verification APIs for Android.

Tkko commented 2 years ago

Done in version 2.2.0

setu-dev commented 2 years ago

How to use smsRetrieverApi?

 androidSmsAutofillMethod: AndroidSmsAutofillMethod.smsRetrieverApi,

just adding this doesn't work .. but smsUserConsentApi works this way.

Tkko commented 2 years ago

@setu-dev Take a look at the docs https://github.com/Tkko/Flutter_Pinput#sms-retriever-api

ousvat commented 2 years ago

@Tkko What does To use Retriever API you need The App [signature](https://stackoverflow.com/questions/53849023/android-sms-retriever-api-computing-apps-hash-string-problem) mean? What should I do in order to work?