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

outdated

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

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 stat listening for and incoming SMS

String smsCode = await SmsRetriever.startListening();

Stop listening after getting the SMS

SmsRetriever.stopListening();

Example SMS

[#] Your example code is: 123456 appSignature

34
likes
0
pub points
63%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sms_retriever