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

Apply default mask character #45

Closed MillerAdulu closed 3 years ago

MillerAdulu commented 4 years ago

As per the documentation, the default mask character is "\u25CF" but here, it's an empty space that results in a UI issue as the user may not be aware of the input process.