passwordfield 0.1.0 copy "passwordfield: ^0.1.0" to clipboard
passwordfield: ^0.1.0 copied to clipboard

A simple and easy to use Passwordfield Widget to add a password Textfield to your Flutter project hassle free.

[0.1.0]- 29 August 2021 #

  • Migrate to sound null-safety
  • [Breaking changes]
    • separated the decoration and border apis, please check the readme for updated api changes
    • renamed pattern to passwordConstraint
  • onChanged callback was added back

[0.0.82]- 16 August 2020 #

  • add floatingText label for floating placeholder
  • improved documentation

[0.0.81]- 09 August 2020 #

[0.0.7]- 03 July 2020 #

  • Added ability to add multiline error Message and style to errorMessage with proprty called errorMaxLines and errorStyle. Issue:Feature Request

[0.0.6]- 09 May 2020 #

  • added background property for textfield to create borderLess Passwordfield with padding for the text
  • Improved documentation and updated example

[0.0.5]- 11 Jan 2020 #

  • passwordfield now supports adding constraints on password in the form of regex pattern which is fully customisable.
  • deprecated onchanged method and can no longer be used.
  • minor improvements and changes.

[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.3]- 03 Sep 2019 #

  • minor changes and added support for border for the passwordfield

[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
58
likes
130
pub points
90%
popularity

Publisher

verified publishermaheshjamdade.com

A simple and easy to use Passwordfield Widget to add a password Textfield to your Flutter project hassle free.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on passwordfield