otp_pin 0.1.2 copy "otp_pin: ^0.1.2" to clipboard
otp_pin: ^0.1.2 copied to clipboard

A Flutter OTP Pin package. It is very minimal and allows users to input obfsicated four digit pin and gets callback when done.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add otp_pin

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

dependencies:
  otp_pin: ^0.1.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_pin/otp_pin.dart';
0
likes
40
pub points
9%
popularity

Publisher

unverified uploader

A Flutter OTP Pin package. It is very minimal and allows users to input obfsicated four digit pin and gets callback when done.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_screenutil

More

Packages that depend on otp_pin