pin_verification_code 0.0.1+1-dev.1 copy "pin_verification_code: ^0.0.1+1-dev.1" to clipboard
pin_verification_code: ^0.0.1+1-dev.1 copied to clipboard

outdated

Pin layout package

pin_verification_code #

Pin Verification Code is a Flutter library that allows you to integrate a pin verification code layout into your project.

Usage #

Lets take a look at how to use PinKeyboardCode widget:

PinKeyboardCode(
  pinLength: 6,
  onCompleted: (String enteredPin) {
    //process the enteredPin here
  },
 );

You give the library the size of the pin you want — 4,5 or 6. You must also provide a function to the onCompleted parameter which will be executed once the user fills the pin size. The function will provide you with the data of the entered pin.

You can also customize the enter pin screen components. More in API Reference.

License #

License: MIT

3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Pin layout package

Homepage

License

MIT (LICENSE)

Dependencies

flutter, flutter_bloc

More

Packages that depend on pin_verification_code