dynamic_ui_builder 1.0.2+7
dynamic_ui_builder: ^1.0.2+7 copied to clipboard
A Flutter package to dynamically build multi-step forms from JSON.
[NEXT RELEASE] - YYYY-MM-DD #
1.0.2+6 - 2025-01-27 #
Fixed #
- Added missing
httpdependency topubspec.yamlto resolve import error. - Removed unused
_imageFilefield from_ImagePickerFieldStateclass. - Fixed package validation issues for publication.
1.0.2 - 2025-07-11 #
Added #
- Field-level
requiredflag for all field types (text, dropdown, radio, checkbox, switch, slider, date, time, signature, rating). - Support for
minLength,maxLength,minLines,maxLines, andregexvalidation for text fields. - Support for
minDateandmaxDatefor date fields. - Signature capture widget (browser and mobile compatible).
- Example for single field validation using
FieldFactory. - Improved validation logic: minLength and regex only validated if required or not empty.
- All field types now support required/optional logic from JSON config.
Changed #
- Refactored validators to respect the
requiredflag and skip validation if not required and empty. - Example app now includes both a dynamic form and a single field validation tab.
Fixed #
- Regex and length validation bugs for optional fields.
1.0.1 #
- Initial release.