Verification Code Field

Pub Version License: MIT

A customizable Flutter widget for entering verification codes. Perfect for OTP (One-Time Password) or PIN input fields.

Features

  • Customizable Length: Set the number of digits for the verification code.
  • Auto-Focus: Automatically move focus to the next field.
  • Paste Support: Automatically fills all fields when pasting a code.
  • Styling: Customize the appearance of each field (size, border, colors, etc.).
  • Validation: Trigger a callback when the code is complete.

Installation

Add the package to your pubspec.yaml:

dependencies:
  ka4_pin_code_field: ^0.0.3