All Projects → tiny-express → flutter_verification_code_input

tiny-express / flutter_verification_code_input

Licence: MIT license
Verify code input. You can create a verify code input.

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to flutter verification code input

flutter pull to reach demo
A new way to access controls in your flutter app that are normally hard to reach with your thumb
Stars: ✭ 23 (-52.08%)
Mutual labels:  flutter-demo
yoti-php-sdk
The PHP SDK for interacting with the Yoti Platform
Stars: ✭ 22 (-54.17%)
Mutual labels:  verification
dating-app-concept-flutter
Dating App UI concept made to showcase Flutter in SheCodes hackathon
Stars: ✭ 53 (+10.42%)
Mutual labels:  flutter-demo
go-journal
Verified, concurrent, crash-safe transaction system
Stars: ✭ 28 (-41.67%)
Mutual labels:  verification
in3-legacy
[Deprecated] Typescript-version of the IN3 client.
Stars: ✭ 69 (+43.75%)
Mutual labels:  verification
fastapi-cloudauth
Simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication).
Stars: ✭ 221 (+360.42%)
Mutual labels:  verification
BloodMS
🔥 🔥 🔥 A blood management project. 🔥 🔥 🔥
Stars: ✭ 48 (+0%)
Mutual labels:  flutter-demo
Interactive-Add-Button-Layout
Custom Layout with interactive add button to impove your UI and UX .
Stars: ✭ 20 (-58.33%)
Mutual labels:  flutter-demo
munta
Fully verified model checker for realtime systems
Stars: ✭ 14 (-70.83%)
Mutual labels:  verification
Chi Food
Food Delivery App made by Flutter and Bloc
Stars: ✭ 103 (+114.58%)
Mutual labels:  flutter-demo
AnimatedWidgetsFlutter
Sample code for exploring implicity animated widgets in Flutter.
Stars: ✭ 17 (-64.58%)
Mutual labels:  flutter-demo
Mathematics
In this application, we can perform some actions like subtraction, addition, multiplication, and division. And by selecting any of these, you will receive a PDF with the answer key to your MCQ or question!
Stars: ✭ 45 (-6.25%)
Mutual labels:  flutter-demo
stuff
Crud operation with Firebase
Stars: ✭ 80 (+66.67%)
Mutual labels:  flutter-demo
gleam
一个简单、轻量、可靠的Flutter UI 组件库
Stars: ✭ 24 (-50%)
Mutual labels:  flutter-demo
FlutterMarvelHeroesLibrary
The simple concept for Marvel universe fans made in Flutter. Everything about favourite characters in one app.
Stars: ✭ 18 (-62.5%)
Mutual labels:  flutter-demo
flutter pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
Stars: ✭ 1,603 (+3239.58%)
Mutual labels:  flutter-demo
IDVerification
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.
Stars: ✭ 44 (-8.33%)
Mutual labels:  verification
WhatsappClone
Flutter WhatsappClone
Stars: ✭ 29 (-39.58%)
Mutual labels:  flutter-demo
swipedetector
A Flutter package to detect up, down, left, right swipes.
Stars: ✭ 34 (-29.17%)
Mutual labels:  flutter-demo
move
Home of the Move programming language
Stars: ✭ 125 (+160.42%)
Mutual labels:  verification

flutter_verification_code_input

  • A Flutter package that help you create a verification input.

Installing

  flutter_verification_code_input:
    git:
      url: git://github.com/tiny-express/flutter_verification_code_input
    version: ^0.1.2
import'package:flutter_verification_code_input/flutter_verification_code_input.dart';

Usage

  VerificationCodeInput(
      keyboardType: TextInputType.number,
      length: 4,
      autofocus: true,
      onCompleted: (String value) {
        //...
        print(value);
      },
  )

Showcase

Showcase|100x100, 10%

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].