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

Custom pin keyboard #

pub package Last Commits Pull Requests Code size License

The best flutter package that gives you a custom keyboard for one time password widgets, transaction pin widgets and simple login widgets.
All shortcomings of other packages were taken into account!!

Show some ❤️ and star the repo to support the project

Resources: #

Getting Started #

Simple pin keyboard with indicator #

CustomPinKeyboard(
  onCompleted: (pin) async {
    // some action
  },
  indicatorBackground: Colors.black12,
  buttonBackground: Colors.transparent,
  textStyle: const TextStyle(
    fontWeight: FontWeight.w600,
    height: 32 / 24,
    fontSize: 24,
    color: Colors.blue,
  ),
  additionalButton: const Icon(Icons.ac_unit, color: Colors.blue),
  onAdditionalButtonPressed: () {
    // some additional action
  },
)

Feel free to open pull requests.

Acknowledgments #

This package was originally created by Artemii Oliinyk.

8
likes
150
pub points
60%
popularity

Publisher

unverified uploader

The best flutter package that gives you a custom keyboard for one time password widgets, transaction pin widgets and simple login widgets

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_pin_keyboard