sms_retriever_api_plus 0.0.1 copy "sms_retriever_api_plus: ^0.0.1" to clipboard
sms_retriever_api_plus: ^0.0.1 copied to clipboard

outdated

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

sms_retriever_api_plus #

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 SmsRetrieverApiPlus.getSignature();

To start listening for an incoming SMS

String message = await SmsRetrieverApiPlus.initSMSAPI()

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

Reference #

https://developers.google.com/identity/sms-retriever/overview

1
likes
0
points
88
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_retriever_api_plus

Packages that implement sms_retriever_api_plus