flash_form 0.0.7
flash_form: ^0.0.7 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 TypeSchema class to use field factories
0.0.3 #
- Added
FlashLayoutandFieldWidgetsto theFlashFormpackage. - Introduced the
FlashDropdownFieldwidget for dropdown input inFlashForm. - Updated the
FieldSchemaclass to implementFlashLayout. - Added flash field validator and wrapper classes.
- Updated field format classes and added flash field validator.
0.0.4 #
- feat: Add FlashAutocompleteField widget for autocomplete input in FlashForm
0.0.5 #
feat: Add ListItemAddEvent and widget for adding list items
0.0.6 #
Refactor: Rename some classes for clarity
0.0.7 #
Update: Change default decorator padding