Skip to content

Flutter library for having a pin verification code layout setup

License

Notifications You must be signed in to change notification settings

somnio-software/pin-verification-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Gallery

License

License: MIT

About

Flutter library for having a pin verification code layout setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages