auto_otp 1.0.3 copy "auto_otp: ^1.0.3" to clipboard
auto_otp: ^1.0.3 copied to clipboard

PlatformAndroid

Flutter plugin for Android Sms Retriever Api, automatically read sms from Android device.

auto_otp #

Flutter plugin for Android Sms Retriever Api, automatically read sms from Android device.

Getting Started #

Example usage:

final _autoOtp = AutoOtp();

final appSignature = await _autoOtp.getAppSignature();
final smsCode = await _autoOtp.getSmsCode(codeLenght: 5);

override onDispose() {
  _autoOtp.removeSmsListener();
  super.onDispose();
}

Benefits #

  • No additional permission requests are needed
  • Eliminates the need for the user to manually type the otp
1
likes
160
points
296
downloads

Publisher

verified publishernikb.in

Weekly Downloads

Flutter plugin for Android Sms Retriever Api, automatically read sms from Android device.

Repository (GitHub)
View/report issues

Topics

#otp #sms-autofill #sms-retriever-api

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on auto_otp

Packages that implement auto_otp