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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add otp_consent

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  otp_consent: ^2.0.0-nullsafety.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:otp_consent/otp_consent.dart';
1
likes
0
pub points
39%
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