number_pad_keyboard 0.0.6 copy "number_pad_keyboard: ^0.0.6" to clipboard
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

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

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';
77
likes
160
pub points
68%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on number_pad_keyboard