otp_autofill_field 1.1.0 copy "otp_autofill_field: ^1.1.0" to clipboard
otp_autofill_field: ^1.1.0 copied to clipboard

Self-contained Flutter OTP field: PIN UI with automatic Android SMS Retriever and iOS one-time-code keyboard autofill, plus a resend timer. No external OTP/PIN dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add otp_autofill_field

With Flutter:

 $ flutter pub add otp_autofill_field

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

dependencies:
  otp_autofill_field: ^1.1.0

Alternatively, your editor might support dart pub get or 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_autofill_field/otp_autofill_field.dart';
0
likes
0
points
150
downloads

Publisher

unverified uploader

Weekly Downloads

Self-contained Flutter OTP field: PIN UI with automatic Android SMS Retriever and iOS one-time-code keyboard autofill, plus a resend timer. No external OTP/PIN dependency.

Repository (GitHub)
View/report issues

Topics

#otp #sms #autofill #pin #authentication

License

unknown (license)

Dependencies

flutter

More

Packages that depend on otp_autofill_field

Packages that implement otp_autofill_field