otp_consent 2.0.0-nullsafety.1 copy "otp_consent: ^2.0.0-nullsafety.1" to clipboard
otp_consent: ^2.0.0-nullsafety.1 copied to clipboard

outdated

Flutter plugin to provide SMS User Consent API gives the content of a single SMS message to us if the user gives permission.

otp_consent #

Flutter plugin to provide SMS User Consent API gives the content of a single SMS message to us if the user gives permission. For Android, that's where this package is useful. No need for iOS

Getting Started #

SMS need to follow some rules as describe here

  • Contains one-time code
  • 4-10 digit alphanumeric with one number
  • Not from contact

Usage #

import 'import package:otp_consent/otp_consent.dart';

Extend OtpConsentAutoFill mixin that will offer you:

  • startOtpConsent(): to listen SMS code from the native
  • stopOtpConsent(): to stop listen broadcast receiver from native
  • smsReceived(sms): call get value otp when the sms is received.
  • sms: get sms received
1
likes
0
pub points
32%
popularity

Publisher

verified publisherhuynn109.me

Flutter plugin to provide SMS User Consent API gives the content of a single SMS message to us if the user gives permission.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, test

More

Packages that depend on otp_consent