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

 $ dart pub add number_pad_keyboard

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 dart pub get):

dependencies:
  number_pad_keyboard: ^0.0.4

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on number_pad_keyboard