custom_numeric_pad 0.0.3
custom_numeric_pad: ^0.0.3 copied to clipboard
The Custom NumPad package is a versatile Flutter library designed to seamlessly integrate customizable numeric keypads into various screens, particularly targeting payment and numeric input scenarios.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_numeric_padThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_numeric_pad: ^0.0.3Alternatively, 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_numeric_pad/custom_numpad_package.dart';