An open API service indexing awesome lists of open source software.

https://github.com/prongbang/pin_keyboard

A Pin Keyboard Flutter package.
https://github.com/prongbang/pin_keyboard

flutter pin-keyboard pin-pad

Last synced: 10 days ago
JSON representation

A Pin Keyboard Flutter package.

Awesome Lists containing this project

README

        

# pin_keyboard

A Pin Keyboard Flutter package, Make it easy to use and minimal code.

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/prongbang)

![Screenshot](screenshot/pin_keyboard.png)

## Usage

```dart
PinKeyboard(
length: 4,
enableBiometric: true,
iconBiometricColor: Colors.blue[400],
onChange: (pin) {},
onConfirm: (pin) {},
onBiometric: () {},
)
```