otp_forge 0.0.1
otp_forge: ^0.0.1 copied to clipboard
A production-ready OTP authentication package for Flutter featuring SMS Retriever integration, OTP autofill, validation, resend timers, verification states, and fully customizable UI components.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add otp_forgeWith Flutter:
$ flutter pub add otp_forgeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
otp_forge: ^0.0.1Alternatively, 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_forge/otp_forge.dart';