flutter_otp 0.1.0 copy "flutter_otp: ^0.1.0" to clipboard
flutter_otp: ^0.1.0 copied to clipboard

outdated

A Flutter package for sending OTP and validation of OTP. Four digit OTP (customizable) is sent as a SMS to the given phone number. Also option is provided to verify the OTP entered by the user. SMS ca [...]

Awesome Flutter

flutter_otp #

A Flutter package for iOS and Android for sending and verifying OTP to a Phone number.

Usage #

Use this package as a library #

  1. Depend on it Add this to your package's pubspec.yaml file:
dependencies:
  flutter_otp: ^0.1.0
  1. Install it You can install packages from the command line: with Flutter:
$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

  1. Import it Now in your Dart code, you can use:
import 'package:flutter_otp/flutter_otp.dart';

Contributors #

  1. Fawaz Hussain
  2. Jerin Francis

Star 🌟 to show support!

More Information #

Pub package Flutter documentation.

85
likes
0
pub points
71%
popularity

Publisher

unverified uploader

A Flutter package for sending OTP and validation of OTP. Four digit OTP (customizable) is sent as a SMS to the given phone number. Also option is provided to verify the OTP entered by the user. SMS can be sent to any country to the specified country code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, sms

More

Packages that depend on flutter_otp