custom_pin_entry_field 2.0.3 copy "custom_pin_entry_field: ^2.0.3" to clipboard
custom_pin_entry_field: ^2.0.3 copied to clipboard

A fully user customizable Pin Entry Field.

๐Ÿ”custom_pin_entry_field๐Ÿ—๏ธ #

pub package License: MIT GitHub top language Platform Support

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';

Contributors #

7
likes
100
pub points
42%
popularity

Publisher

unverified uploader

A fully user customizable Pin Entry Field.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on custom_pin_entry_field