Verify code input. You can create a verify code input.

Overview

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%

Comments
  • Changing VerificationCodeInput length

    Changing VerificationCodeInput length

    I changed the length of VerificationCodeInput form 4 to 6 and I'm having errors like this. RangeError (index): Invalid value: Not in range 0..3, inclusive: 4

    opened by mopilo 3
  • Allowed widget to force input as upper case

    Allowed widget to force input as upper case

    Hello nploi! Thanks for making a sweet widget. I added this feature I wanted and thought I'd share it back to you to see if you wanted to include it.

    Cheers, Matt

    opened by dendle 2
  • The Screen will crash after navigate back then return to it again

    The Screen will crash after navigate back then return to it again

    The Problem

    the screen who has the verify widget is crashing.

    The Scenario

    I created a sample flutter app has two screens

    • Home screen
    • Verify screen

    Navigate from Home screen to Verify screen, go back to Home screen then navigate again to Verify screen. The Verify screen will crash.

    Screenshot

    image

    The Flutter App (Source Code)

    test_verification_code.zip

    opened by ahmedmehanna 2
  • Invalid value: Not in range 0..3, inclusive: 4

    Invalid value: Not in range 0..3, inclusive: 4

    VerificationCodeInput( keyboardType: TextInputType.number, length: 5, autofocus: true, onCompleted: (String value) { code = value; }, ), If I set input length more than 4 (for example 5 or 6) I get this error:

    Invalid value: Not in range 0..3, inclusive: 4

    opened by erfanegtfi 1
  • Fix requestFocus not working on latest flutter

    Fix requestFocus not working on latest flutter

    On Flutter v1.12, after insert a number, the keyboard will be dismissed. I don't know exactly which change in flutter causes this issue, but if we delay the requestFocus to next frame then it will work.

    opened by kientux 1
  • Could not find a file named

    Could not find a file named

    Could not find a file named "pubspec.yaml" in git://github.com/tinylife-io/flutter_verification_code_input.git b712a172f9694745f50505c93340883493b505e5.

    opened by atarek017 1
Owner
Tiny Express
We <3 Open Source
Tiny Express
Sink - Verify that you're spending more than you can afford

Sink Sink is an app that allows you to track your income and expenses. Current Status Usable Visually bearable Unusable Local App Setup While working

Simonas Viliūnas 85 Jan 3, 2023
Use the template to create your own repository, complete the project and verify

Proyecto Nivelación MisionTic Usar el template para crear un repositorio propio,

nockturb 0 Dec 20, 2021
Flutter Plugin - Simple character blocked input that usually used for redeem/validation input.

Block Input Simple character blocked input that usually used for redeem code or validation code input. Gallery Example Full example import 'package:bl

Enkh-Amar 7 Nov 2, 2022
A Flutter package that help you create a verification input.

flutter_verification_code A Flutter package that help you create a verification input. Based on https://github.com/tiny-express/flutter_verification_c

Alex Awaik 21 Dec 15, 2022
🔥🚀 Flutter package to create Pin code input text field with every pixel customization possibility 🎨 with beautiful animations

Flutter PinPut From Tornike ?? ?? Flutter package to create Pin code input (OTP) text field with every pixel customization possibility ?? and beautifu

Tornike 451 Jan 2, 2023
The mobile app to verify digitally signed invoices.

Invoice Verif The mobile application for verifying invoices generated by the signed-invoice tool. All verification steps are performed on your termina

Maël Gangloff 3 Oct 18, 2022
A CLI tool to verify the test coverage of a pull request only, ignoring the rest of the project

This is a CI tool that analyzes the coverage rate of a pull request, ignoring the lines that were not changed in the PR. Motivation The coverage rate

Tales Barreto 3 Dec 15, 2022
Today we will show you how you can create your developer portfolio website and app using flutter.

Responsive and Animated Portfolio Website & App - Flutter UI Live Preview Watch it on YouTube Packages we are using: flutter_svg: link goole_fonts: li

Abu Anwar 198 Dec 30, 2022
A flutter plugin about qr code or bar code scan , it can scan from file、url、memory and camera qr code or bar code .Welcome to feedback your issue.

r_scan A flutter plugin about qr code or bar code scan , it can scan from file、url、memory and camera qr code or bar code .Welcome to feedback your iss

PengHui Li 112 Nov 11, 2022
dos downloader app is developed for downloading video. You can download video from YouTube and Facebook. You can also play video on background

dosdownloader Dos downloader app is developed for downloading video. You can download video from YouTube and Facebook. You can also play video on back

Md Abir Ahsan Tahmim 1 Dec 8, 2021
This is a mason brick you can use to generate code that get's you started right up with a flutter project

flutter_brick This is a mason brick you can use to generate code that gets you started right up with a flutter project A flutter brick created with th

Bruce Omukoko 3 Sep 16, 2022
MoneyTextFormField is one of the flutter widget packages that can be used to input values in the form of currencies, by displaying the output format in realtime.

MoneyTextFormField MoneyTextFormField is one of the flutter widget packages that can be used to input values in the form of currencies, by displaying

Fadhly Permata 11 Jan 1, 2023
Academic master is E-learning app where students can share their doubts wiith their peers they can chat and also they can find their notes

Academic Master is E-learning App. Features:- 1) You can post real Post query in Images and video formates. 2) We will Provide notes,books and previou

amit singh 25 Dec 14, 2022
Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.

Flutter Tutorial - User Profile Page UI 1/2 Create a Flutter User Profile Page UI where you can access and edit your user's information within your Fl

Johannes Milke 46 Dec 6, 2022
Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flutter app.

Flutter Tutorial - User Profile Page UI #2 Create a Flutter User Profile Page UI where you can access and edit your user's information within your Flu

Johannes Milke 45 Dec 15, 2022
Flashcard App where you can learn different topics and create your own flashcards in Google Drive.

flashcard_project Flashcard app connected with Google Spreadsheet Getting Started This is a Flutter Project that works on iOS, Android, Web and MacOS.

Max Weber 11 Oct 24, 2022
With cupertino_setting_control you can create a settings page or a simple form very easy.

Flutter Cupertino Setting Control With cupertino_setting_control you can create a settings page or a simple form very easy. Therefore, cupertino_setti

Christoph Rothermel 7 Mar 28, 2022