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

outdated

A pin code text field.

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

Usage #

AnimePinCodeField(
    onSubmitClick: (pinCode) {
      print('pin code is: $pinCode');
    },
  )
5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A pin code text field.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on anime_pin_code_field