pin_entry_text_field 0.1.4
pin_entry_text_field: ^0.1.4 copied to clipboard
Fully customizable Pin Entry TextField for flutter, This widget accepts pin of any length and it detects the entry of the last pin.
0.0.1 #
- Initial Open Source release.
0.1.1 #
- updated the package description
- changed the class instance variables to final
- cleared pin variable value after submitting and on textField widget focus
- added super call on dispose method
0.1.2 #
- formatted the source code
- reduced the description length to 131 characters
0.1.3 #
- Removed focusNode.dispose() on widget dispose
0.1.4 #
- fixed submit on last digit entry