Skip to content

aswinstha/editable_pin_field

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
	...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%