custom_pin_keyboard 0.0.4
custom_pin_keyboard: ^0.0.4 copied to clipboard
The best flutter package that gives you a custom keyboard for one time password widgets, transaction pin widgets and simple login widgets
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_pin_keyboardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_pin_keyboard: ^0.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:custom_pin_keyboard/custom_pin_keyboard.dart';