password_strength_checker
Generate secure passwords, check for exposed passwords, get visual feedback for strength or get form validation with a minimum password strength required.
1.3.2
3.7K downloads/mo
#4281 most downloaded on pub.dev
dariowskii/password_strength_checker
What this package is like to depend on
Last release 1 years ago
21 Aug 2025
Release timing varies
gaps range from 2 weeks to 1.1 years
Most releases are documented
notes for 13 of 15 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
15 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Nov 2022 to Aug 2025Releases
latest 15-
1.3.221 Aug 2025 -
1.3.121 Aug 2025 -
1.3.021 Aug 2025Release notes
Open source →What's Changed
- Bump subosito/flutter-action from 2.14.0 to 2.16.0 in the github_actions group by @dependabot[bot] in #11
- Bump actions/checkout from 4.1.7 to 4.2.0 in the github_actions group by @dependabot[bot] in #12
- Bump actions/checkout from 4.2.0 to 4.2.1 in the github_actions group by @dependabot[bot] in #13
- Bump actions/checkout from 4.2.1 to 4.2.2 in the github_actions group by @dependabot[bot] in #14
- Bump subosito/flutter-action from 2.16.0 to 2.17.0 in the github_actions group by @dependabot[bot] in #15
- Bump subosito/flutter-action from 2.17.0 to 2.18.0 in the github_actions group by @dependabot[bot] in #16
- Bump subosito/flutter-action from 2.18.0 to 2.19.0 in the github_actions group by @dependabot[bot] in #17
- Bump the github_actions group across 1 directory with 2 updates by @dependabot[bot] in #19
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: 1.2.4...1.3.0
Release notes
Open source →Important: Updated Dart SDK constraint to
>=3.9.0 <4.0.0.- Updated with new Dart pattern matching syntax.
- Optimized widgets for better performance.
- Fix a
ValueNotifiermemory leak inside thePasswordStrengthFormCheckerdisposing it correctly.
-
1.2.418 Jul 2024 -
1.2.318 Mar 2024Release notes
Open source →Implemented a
kDefaultStrengthLengthconstant with a default value of 12.
From now, a password with alength < 12will be considered weak.Release notes
Open source →Implemented a
kDefaultStrengthLengthconstant with a default value of 12. From now, a password with alength < 12will be considered weak. -
1.2.229 Jan 2023Release notes
Open source →Implemented
contextMenuBuildersupport and removedtoolbarOptionsfromTextFormFieldConfigurationclass. -
1.2.105 Dec 2022 -
1.2.027 Nov 2022Release notes
Open source →Merge pull request #1 from dariowskii/feature/password_generator
Password Generator implementation
Release notes
Open source →- Implemented
PasswordGeneratorclass. - Added support for password generator to
PasswordStrengthFormChecker.
- Implemented
-
1.1.221 Nov 2022 -
1.1.121 Nov 2022 -
1.1.021 Nov 2022Release notes
Open source →- Implemented PasswordStrengthFormChecker and moved all PasswordStrengthChecker properties into PasswordStrengthCheckerConfiguration object.
- Implemented a commonDictionary to get the first 10,000 common passwords.
- Extended PasswordStrength with alreadyExposed.
-
1.1.0+121 Nov 2022Nothing published for this version
-
1.1.0+221 Nov 2022Nothing published for this version
-
1.0.116 Nov 2022 -
1.0.016 Nov 2022