random_number_keypad 1.0.4
random_number_keypad: ^1.0.4 copied to clipboard
A customizable Flutter widget providing a secure numeric keypad with random key positions, PIN masking, customizable length, and callback on PIN entry completion.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add random_number_keypadThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
random_number_keypad: ^1.0.4Alternatively, 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:random_number_keypad/random_number_keypad.dart';