flash_form 0.0.3
flash_form: ^0.0.3 copied to clipboard
An experimental Flutter package for declarative and flexible form creation, supporting nested structures and customizable field formats.
0.0.1 #
- Experimental release
0.0.2 #
- Update TypeField class to use field factories
0.0.3 #
- Added
FlashLayoutandFieldWidgetsto theFlashFormpackage. - Introduced the
FlashDropdownFieldwidget for dropdown input inFlashForm. - Updated the
FlashFieldclass to implementFlashLayout. - Added flash field validator and wrapper classes.
- Updated field format classes and added flash field validator.