password_stepper 0.0.2 copy "password_stepper: ^0.0.2" to clipboard
password_stepper: ^0.0.2 copied to clipboard

Flutter Password stepper. This package allows you to draw password stepper with Flutter.

password_stepper #

Flutter Password stepper

logo.png


About #

This package allows you to draw password stepper with Flutter.

Weak Password View

screenshot1.png

Average Password View

screenshot2.png

Strong Password View

screenshot3.png

Usage #

Parameter Default Description
passwordText '' Creates a passwordText for an listener for your text
textWeak Weak Creates a textWeak for an your weak text String
textAverage Average Creates a textWeak for an your Average text String
textStrong Strong Creates a textWeak for an your Strong text String
colorWeak Colors.red Creates a colorWeak for an your Weak text color
colorAverage Colors.orange Creates a colorAverage for an your Average text color
colorStrong Colors.green Creates a colorStrong for an your Strong text color
colorUnSelect Colors.grey Creates a colorUnSelect for an your color Un Select
textStyle TextStyle(fontSize: 13, color: getStatusColor(), fontWeight: FontWeight.bold) Creates a textStyle for an your Text Style
numberRegExp RegExp(r'.[0-9].') Creates a numberRegExp for an your number RegExp
letterRegExp RegExp(r'.[A-Za-z].') Creates a letterRegExp for an your letter RegExp

This can be used without parameters.

import 'package:password_stepper/view_password_stepper.dart';

ViewPasswordStepper(passwordText: 'abc')

Example #

The sample code can be found under the example package. You can try changing all parameters.

Visit our web and contact to hire #

Thank you here

19
likes
150
points
20
downloads

Publisher

verified publisherteam7s.com

Weekly Downloads

Flutter Password stepper. This package allows you to draw password stepper with Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on password_stepper