๐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
2. Install it
You can install packages from the command line: with Flutter:
$ flutter packages get
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';