read_otp_plugin 0.0.3 copy "read_otp_plugin: ^0.0.3" to clipboard
read_otp_plugin: ^0.0.3 copied to clipboard

outdated

Reading incoming-and-expected SMS only

read_otp_plugin #

Flutter plugin for reading incoming-and-expected SMS only

Currently developed for Android: reading message without requesting SMS permission

Example

ReadOtpPlugin _smsReceiver = ReadOtpPlugin(onSmsReceived);

1. StartListening

_smsReceiver.startListening(phoneNumberFilter: "Example");

2. UnRegisterListening

_smsReceiver.unRegisterListening();

Read OTP

5
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

Reading incoming-and-expected SMS only

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on read_otp_plugin

Packages that implement read_otp_plugin