0 purchases
sms retriever
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.