flutter_otp_text_field 0.0.1
flutter_otp_text_field: ^0.0.1 copied to clipboard
Fully customizable OTP Entry TextField for flutter, Widget accepts pin of any length. Its written in pure dart, no extra dependency.
0.0.1 - 2020-04-19 #
- added customizable input decoration
- added customizable borderRadius
- added customizable borderColor and borderWidth for focused and disabled border
- added onChanged to observe the text changed
- added OnSubmit to handle submits, validation and navigation after text changed