flutter_password_strength_meter 1.0.1
flutter_password_strength_meter: ^1.0.1 copied to clipboard
A customizable Flutter widget that provides real-time password strength feedback, with support for multiple languages.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.0] - 2025-05-06 #
Added #
- Initial release of
flutter_password_strength_meter
. - Password strength analysis with color-coded indicator.
- Real-time feedback as users type.
- Detection of keyboard and number sequences (e.g.,
asdf
,1234
,qwerty
). - Suggestion system for weak passwords.
- English and Arabic localization support.
- Customizable widget options.