v0.4.2
sms_receiver
Android-SMS-Empfänger-API ohne erforderliche Berechtigung.
53Likes 6930-Tage-Downloads140Pub-Punkte
AndroidiOS
Flutter-Plugin für die SMS-Empfänger-API
{"sdk":"flutter"}{"sdk":"flutter"}^1.0.0Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
NOTE: This plugin might no longer needed due to flutter/flutter#13015
Flutter plugin for reading incoming-and-expected SMS only
Currently developed for Android: reading message without requesting SMS permission.
Generate acceptable message format
AppSignatureHelper. Store hash as constant inside your app, either on the server or client.Add dependency to this package
Create SmsReceiver() with onSmsReceived(String message) handler.
Start listening with startListening()
Stop listening with stopListening()
Once sms received or receiver timed out, use startListening again. See example