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.
- 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.
Install the latest version from pub.
Add this to your package's pubspec.yaml file:
dependencies:
custom_pin_entry_field: ^1.0.2
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.
Now in your project level Dart code, you can use:
import 'package:custom_pin_entry_field/custom_pin_entry_field.dart';