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

It will throw RangeError exception if "All exceptions in break point tab" was checked when deleting text. #37

Open XenonChau opened 4 years ago

XenonChau commented 4 years ago
RangeError (RangeError (index): Invalid value: Not in range 0..1, inclusive: 2)

But "All Exceptions" isn't checked, pin_code_text_field works well.

This will be a bug risk.