otp_forge 0.0.2 copy "otp_forge: ^0.0.2" to clipboard
otp_forge: ^0.0.2 copied to clipboard

A production-ready OTP authentication package for Flutter with SMS Retriever integration, OTP autofill, validation, resend timers, and customizable UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add otp_forge

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

dependencies:
  otp_forge: ^0.0.2

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-ready OTP authentication package for Flutter with SMS Retriever integration, OTP autofill, validation, resend timers, and customizable UI.

Repository (GitHub)
View/report issues

Topics

#otp #authentication #sms #autofill #verification

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on otp_forge

Packages that implement otp_forge