Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.56 KB

File metadata and controls

47 lines (28 loc) · 1.56 KB

1.2.4

  • Added the fieldSize property.

1.2.2

  • Fixed the iOS keyboard reopening/flickering issue during digit transitions.
  • Added the focusedFillColor property.
  • Added the fontFamily property.

1.2.0

  • Bugs fixed for the google_fonts dependency.

1.1.2

  • Bugs fixed for the border property.
  • autoFocus property: Added the autoFocus option to automatically focus the first field when the widget is built, improving user experience.

1.0.8

  • Bugs fixed for the onChanged property.

1.0.7

  • onChanged callback: Introduced the onChanged 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 the cleanAllAtOnce 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 the tripleSeparated 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.