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

PlatformAndroid

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();
copied to clipboard

To start listening for an incoming SMS

String smsCode = await SmsRetriever.startListening();
copied to clipboard

Stop listening after getting the SMS

SmsRetriever.stopListening();
copied to clipboard

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

copied to clipboard

Example SMS

[#] Your example code is: 123456 appSignature

35
likes
150
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on sms_retriever