editable_pin_field

Last updated:

0 purchases

editable_pin_field Image
editable_pin_field Images
Add to Cart

Description:

editable pin field

editable_pin_field #
An editable pin code text field for Flutter. Use this plugin for creating custom OTP value forms.
Supports

Focus change to next field on number enter
Focus change to previous on backspace
Enter only 1 digit value per field

Getting Started #
See the project example for getting started with this plugin.

Notes #
As shown on the example, you should limit maxLines and maxLength value to 1 & 2 respectively.
PinCodeTextField(
maxLines: 1,
maxLength: 2,
...
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.