monu_otp_field 1.0.3
monu_otp_field: ^1.0.3 copied to clipboard
A Flutter package providing a sleek OTP verification UI with customizable styling and user-friendly callbacks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add monu_otp_fieldThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
monu_otp_field: ^1.0.3Alternatively, 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:monu_otp_field/monu_otp_field.dart';