sms_retriever_v2 0.0.20 copy "sms_retriever_v2: ^0.0.20" to clipboard
sms_retriever_v2: ^0.0.20 copied to clipboard

A new Flutter plugin to retrieve the SMS on Android using SMS Retrieval API(Fix)

sms_retriever #

A new Flutter plugin to retrieve the SMS on Android using SMS Retrieval API

Getting Started #

To retrieve a app signature. It requires by the SMS

String appSignature = await SmsRetriever.getAppSignature();

To start listening for an incoming SMS

String smsCode = await SmsRetriever.startListening();

Stop listening after getting the SMS

SmsRetriever.stopListening();

Generate appSignature for keystore file

keytool -storepass storepass -alias alias -exportcert -keystore file | xxd -p | tr -d "[:space:]" | xxd -r -p | base64 | cut -c1-11

Example SMS

[#] Your example code is: 123456 appSignature

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin to retrieve the SMS on Android using SMS Retrieval API(Fix)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sms_retriever_v2