flutter_password_strength 0.1.6 copy "flutter_password_strength: ^0.1.6" to clipboard
flutter_password_strength: ^0.1.6 copied to clipboard

A password strength checker for flutter, works for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_password_strength
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_password_strength: ^0.1.6
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_password_strength/flutter_password_strength.dart';
copied to clipboard
44
likes
140
points
25.1k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.08 - 2025.04.22

A password strength checker for flutter, works for Android and iOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_password_strength