otp_phone_verify 1.0.0 copy "otp_phone_verify: ^1.0.0" to clipboard
otp_phone_verify: ^1.0.0 copied to clipboard

A beautiful and customizable Flutter package for phone number verification using OTP with popup dialog. Supports multiple languages (Arabic, French, Spanish) and responsive design.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add otp_phone_verify

With Flutter:

 $ flutter pub add otp_phone_verify

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

dependencies:
  otp_phone_verify: ^1.0.0

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_phone_verify/otp_phone_verify.dart';
7
likes
0
points
170
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful and customizable Flutter package for phone number verification using OTP with popup dialog. Supports multiple languages (Arabic, French, Spanish) and responsive design.

Repository (GitHub)
View/report issues

Topics

#otp #phone-verification #authentication #sms #whatsapp

License

unknown (license)

Dependencies

flutter, http, pinput

More

Packages that depend on otp_phone_verify