form_builder_number_text_field 0.9.1 copy "form_builder_number_text_field: ^0.9.1" to clipboard
form_builder_number_text_field: ^0.9.1 copied to clipboard

A specialized FormBuilder textfield for numeric input, featuring automatic data type casting, strict input formatting, and localized decimal separators.

 CHANGELOG.md #

0.9.1 - 2026-07-06 #

Fixed

  • External patchValue Synchronization: Fixed a critical rendering bug where calling FormBuilderState.patchValue updated the underlying form data value correctly but failed to sync and reflect the newly formatted text string on the visual TextEditingController.
  • State Reset Disconnect: Resolved an issue where invoking form-wide reset triggers left the input text field out of sync with its reactive state value. Overrode the native didChange and reset lifecycle pipelines to ensure the text field display always perfectly binds back to widget.initialValue.
  • Cross-Context Updating: Enhanced didUpdateWidget checks to smoothly capture runtime initialValue mutations, ensuring proper internal controller formatting even when the widget is rebuilt inside complex multi-view or cached navigation stacks.

0.9.0 #

  • Initial release.
0
likes
160
points
161
downloads

Documentation

API reference

Publisher

verified publishero7planning.org

Weekly Downloads

A specialized FormBuilder textfield for numeric input, featuring automatic data type casting, strict input formatting, and localized decimal separators.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_form_builder, number_text_input_formatter

More

Packages that depend on form_builder_number_text_field