password_confirmation_style 0.0.3 copy "password_confirmation_style: ^0.0.3" to clipboard
password_confirmation_style: ^0.0.3 copied to clipboard

An assisted password confirmation that validates if the password matches and can disable the login button if it doesn't.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add password_confirmation_style

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

dependencies:
  password_confirmation_style: ^0.0.3

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:password_confirmation_style/password_confirmation_style.dart';
1
likes
160
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

An assisted password confirmation that validates if the password matches and can disable the login button if it doesn't.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on password_confirmation_style