passwordfield 0.0.5
passwordfield: ^0.0.5 copied to clipboard
A new Flutter package project.
[0.0.1]- 25 Aug 2019 #
- Initial Release of the Package with basic functionality.
[0.0.2]- 26 Aug 2019 #
- updated readme file with examples and explanation
[0.0.3]- 03 Sep 2019 #
- minor changes and added support for border for the passwordfield
[0.0.4]- 06 Sep 2019 #
- added focusedBorder and border for the passwordField that allows more fexibility to decorate the passwordfield's border- color,width,radius & style.
[0.0.5]- 11 Jan 2020 #
- passwordfield now supports adding constraints on password in the form of regex pattern which is fully customisable.
- removed onchanged method.
- minor improvements and changes.