otp_verification_flutter 0.1.2
otp_verification_flutter: ^0.1.2 copied to clipboard
An animated, fully customizable OTP verification widget for Flutter, with native autofill support (SMS / QuickType) and idle, verifying, success and error states.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add otp_verification_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
otp_verification_flutter: ^0.1.2Alternatively, 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_verification_flutter/otp_verification_flutter.dart';