patternedinput 1.0.1 copy "patternedinput: ^1.0.1" to clipboard
patternedinput: ^1.0.1 copied to clipboard

A customizable Flutter widget for pattern-driven input fields with intelligent paste handling, auto-navigation, and validation. Perfect for OTP, form codes, and structured data entry.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add patternedinput

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  patternedinput: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:patternedinput/patterned_input.dart';
import 'package:patternedinput/widgets/patterned_input.dart';
0
likes
130
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget for pattern-driven input fields with intelligent paste handling, auto-navigation, and validation. Perfect for OTP, form codes, and structured data entry.

Repository (GitHub)
View/report issues

Topics

#input #otp #form #widget #ui

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on patternedinput