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

how to set pinBoxWidth automatic . #2

Closed welldone217 closed 5 years ago

welldone217 commented 5 years ago

Hope automatic width

LiewJunTung commented 5 years ago

Can you elaborate on that?

welldone217 commented 5 years ago

pinBoxWidth=70 then maxlength=4 is ok. maxlength=6 is out screen.

i want the pin box Response 。

LiewJunTung commented 5 years ago

Thanks for your suggestion @welldone217 Added autowidth in version 1.2.1, check out the documentation for more information. #3

welldone217 commented 5 years ago

thx very. @LiewJunTung