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

Build error with pin_input_text_field #55

Open KingWu opened 3 years ago

KingWu commented 3 years ago

Found build error

.pub-cache/hosted/pub.dartlang.org/pin_input_text_field-3.1.2/lib/src/widget/pin_widget.dart:315:5: Error: Type 'AutovalidateMode' not found.
    AutovalidateMode autovalidateMode = AutovalidateMode.disabled,
    ^^^^^^^^^^^^^^^^