LiewJunTung / pin_code_text_field

A highly customisable Flutter widget for entering pin code. Suitable for use cases such as login and OTP.
MIT License
376 stars 78 forks source link

Added custom focus node capabilities #22

Closed jpeiffer closed 5 years ago

jpeiffer commented 5 years ago

I added the ability to pass in a custom FocusNode so callers could reuse the PIN field after submit. This same PIN field is really handy for fixed integer inputs that are not pins.

I also fixed an issue that would trigger a stack trace when a text controller was passed in, but the onTextChanged was not.

LiewJunTung commented 5 years ago

Thanks! I'll take a look it a bit!

jpeiffer commented 5 years ago

Thanks!