otp_forge 0.0.1 copy "otp_forge: ^0.0.1" to clipboard
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_forge

With Flutter:

 $ flutter pub add otp_forge

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

dependencies:
  otp_forge: ^0.0.1

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_forge/otp_forge.dart';
1
likes
0
points
160
downloads

Publisher

unverified uploader

Weekly Downloads

A production-ready OTP authentication package for Flutter featuring SMS Retriever integration, OTP autofill, validation, resend timers, verification states, and fully customizable UI components.

Repository (GitHub)
View/report issues

Topics

#otp #authentication #sms #autofill #verification

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on otp_forge

Packages that implement otp_forge