Skip to content

mohammad-mohammady/anime_pin_code_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anime_pin_code_field

Pin code field. a pin code field for flutter, animated and customizable pin code field with 4 digits.

Property Description
width Width of widget
height Height of widget
inputBoxColor Background color of widget
cursorColor Color of cursor
onSubmitClick When user tap on submit button onSubmitClick will call
textEditingController Text controller of pin code
autoFocus Auto focus to field(default enabled)

Usage

AnimePinCodeField(
    onSubmitClick: (pinCode) {
      print('pin code is: $pinCode');
    },
  )

thanks to https://dribbble.com/Volorf for nice design.

About

flutter anime pin code filed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages