flutter_pw_validator 1.6.0
flutter_pw_validator: ^1.6.0 copied to clipboard
Flutter Pw Validator package helps you to validate sign in user-entered password with your rules.
1.6.0 2022-5-17 #
- New Feature: Validation for lowercase letters. Thanks to BrunoPereira
1.5.0 - 2022-12-08 #
- New Feature: Add Key property to access to the validate function (See the example)
- chore: Update gradle, kotlin, flutter version and the example app
1.4.2 - 2022-03-01 #
- New Feature: Validation for normal letters. Thanks to jeffersonmello
1.4.1 - 2022-02-10 #
- BUG FIX: setState() called after dispose(). Thanks to Money1998
1.4.0+1 - 2022-01-27 #
- Readme Updated
1.4.0 - 2022-01-27 #
- New Feature: Added an OnFail callback that gets called everytime the password doesn't match.
- Update example project
1.3.0 - 2021-10-23 #
- Support for i18n, to translate conditions. Thanks to HugoHeneault
1.2.1 - 2021-03-27 #
- Support for _ (Underscore) as special character. Thanks to adithyaakrishna
1.2.0 - 2021-03-25 #
- Sound null safety added.
1.0.1+1 - 2021-02-18 #
- README updated.
1.0.1 - 2021-02-18 #
- documents updated.
1.0.0 - 2021-02-08 #
- Initial release.