custom_pin_keyboard 0.0.1 copy "custom_pin_keyboard: ^0.0.1" to clipboard
custom_pin_keyboard: ^0.0.1 copied to clipboard

outdated

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

Edit Map #

pub package Last Commits Pull Requests Code size License

A flutter package that gives you custom pin keyboard for one time password widgets.
All the shortcomings of other packages have been 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.

9
likes
0
points
112
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_pin_keyboard