strengthpassword 0.0.1+1 copy "strengthpassword: ^0.0.1+1" to clipboard
strengthpassword: ^0.0.1+1 copied to clipboard

A new Flutter package for both android and iOS which helps to find the strength of password and if password is weak it doesnt allow validation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add strengthpassword

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

dependencies:
  strengthpassword: ^0.0.1+1

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:strengthpassword/strengthpassword.dart';
13
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package for both android and iOS which helps to find the strength of password and if password is weak it doesnt allow validation

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, step_progress_indicator

More

Packages that depend on strengthpassword