Giter Site home page Giter Site logo

password_stepper's Introduction

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

password_stepper's People

Contributors

team7s avatar hiteshsapra avatar saprahits avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.