0 purchases
custom pin entry field
🔐custom_pin_entry_field🗝️ #
A fully user customizable Pin Entry Field.
It supports all the platforms flutter supports.
custom_pin_entry_field is a TextField widget to help display different style pin/OTP entry . It supports all the platforms flutter supports.
Feature 👇👇 #
Allows you to fully customize the struture of textField in any way you want.
Show or hide cursor.
Obscure support.
Input decoration support
Support all the textField properties support
Automatically focuses on the next text field.
Installing 🔧 #
Install the latest version from pub.
Installing #
Use this package as a library #
1. Depend on it #
Add this to your package's pubspec.yaml file:
dependencies:
custom_pin_entry_field: ^1.0.2
copied to clipboard
2. Install it #
You can install packages from the command line:
with Flutter:
$ flutter packages get
copied to clipboard
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
3. Import it #
Now in your project level Dart code, you can use:
import 'package:custom_pin_entry_field/custom_pin_entry_field.dart';
copied to clipboard
Contributors #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.