verification_code_field 1.0.8 verification_code_field: ^1.0.8 copied to clipboard
This package provides an input field that allows you to enter a 4, 5 or 6 digit verification code in your applications.
1.0.8 #
- Bugs fixed for the
onChanged
property.
1.0.7 #
onChanged
callback: Introduced theonChanged
property, which triggers a callback function whenever the user initiates a change in the TextField's value, whether through insertion or deletion. This addition allows for real-time handling of input updates.
1.0.6 #
cleanAllAtOnce
property: Added thecleanAllAtOnce
option. When enabled, a single deletion gesture clears all fields and focuses on the first field. This feature enhances user convenience by allowing quick resets.tripleSeparated
property: Introduced thetripleSeparated
option, which divides 6-digit fields into two groups of three, separated by additional spacing. This layout improves readability for certain verification code formats.
1.0.5 #
- Added focusedBorder property.
1.0.1 #
- Documentation added.
1.0.0 #
- Support for 4, 5, or 6-digit codes.
- Enabled automatic focus navigation between fields.
- Customization for text style, cursor color, fill color and more.
onSubmit
callback to capture complete code on entry.- Limited input to digits only.