Git Product home page Git Product logo

flutterotpfield's Introduction

Flutter Otp Field

Customizable OTP field.

pub package GitHub top language

Checkout example project

Installation

  1. Run this command:
$ flutter pub add flutterotpfield

or manually add this to your pubspec.yaml

dependencies:
  flutterotpfield: ^0.0.3
  1. Import package
import 'package:flutterotpfield/flutterotpfield.dart';
  1. Use FlutterOtpField widget
 FlutterOtpField(
inputFieldLength: 6,
spaceBetweenFields: 10,
onValueChange: (String value) {
print("otp changed $value");
},
onCompleted: (String value) {
print("otp  $value");
},)

Documentation

Name Default Value Description Required/Optional
inputFieldLength No default value Length of the otp boxes Required
inputFieldHeight 50 Height of the single otp field Optional
inputFieldWidth 50 Width of the single otp field Optional
otpWidgetHeight 50 Height of the otp widget Optional
spaceBetweenFields 5 Space between two otp fields Optional
autoFocus true Focus of the first otp field Optional
onValueChange - Callback function. When single field value is changed, you'll receive value in the onValueChange. Required
onCompleted - Callback function. When all otp fields are filled, you'll receive otp value in the onCompleted. Required
inputDecoration - Input decoration for the otp field Optional
cursorColor Black Color of the cursor Optional
scrollPhysics NeverScrollableScrollPhysics ScrollPhysics for otp widget Optional

flutterotpfield's People

Contributors

abhay-cloud avatar

Watchers

 avatar  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.