Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot

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

About

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

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages