Skip to content

nikb7/auto_otp

Repository files navigation

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

About

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

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors