editable_pin_field 0.2.1 copy "editable_pin_field: ^0.2.1" to clipboard
editable_pin_field: ^0.2.1 copied to clipboard

outdated

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

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,
	...
1
likes
0
pub points
45%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on editable_pin_field