number_pad_keyboard 0.0.6
number_pad_keyboard: ^0.0.6 copied to clipboard
A Flutter package that provides a customizable number pad keyboard for entering PIN codes or numeric input. It includes features such as custom styling for numbers and buttons.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add number_pad_keyboard
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
number_pad_keyboard: ^0.0.6
copied to clipboard
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:number_pad_keyboard/number_pad_keyboard.dart';
copied to clipboard