flash_form 0.0.15 copy "flash_form: ^0.0.15" to clipboard
flash_form: ^0.0.15 copied to clipboard

FlashForm is a Flutter package that simplifies form creation by automatically generating form fields from your data model's structure. This eliminates the need to manually create widgets for each fiel [...]

0.0.1 #

  • Experimental release

0.0.2 #

  • Update TypeSchema class to use field factories

0.0.3 #

  • Added FlashLayout and FieldWidgets to the FlashForm package.
  • Introduced the FlashDropdownField widget for dropdown input in FlashForm.
  • Updated the FieldSchema class to implement FlashLayout.
  • 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

0.0.8 #

  • Feat: Refactor FieldSchema registration and retrieval logic

0.0.9 #

  • Feat: Add MultiSelectFieldFormat and FlashCheckboxGroupField to FlashForm package
  • Feat: Add focus events to FieldSchema and update related classes

0.0.10 #

  • fix: Update type_schema.dart typedef to accept nullable FieldSchema
  • feat: Add ColorPickField to FlashForm package
  • feat: Add IntFieldFormat to FlashForm package
  • fix: Update NumberFieldFormat to use num instead of int

0.0.11 #

  • feat: Update displayOption method in TypeSchema to accept a BuildContext parameter
  • feat: Update createFieldWidget method in FieldFormat to accept a BuildContext parameter
  • update: Add generic typing to FieldType

0.0.12 #

  • fix: ListSchema class and add initial list of children fields

0.0.13 #

  • fix: Update README.md

0.0.14 #

  • fix: Update README.md

0.0.15 #

  • feat: Changed the availability of BuildContext in the Validator's Result
  • feat: Changed so that decorator can access BuildContext
  • feat: Add labelStyle and descriptionStyle to decorator
  • feat: Add CustomDecorator and createDecorator function
2
likes
110
points
163
downloads

Publisher

verified publishersora.fukui.jp

Weekly Downloads

FlashForm is a Flutter package that simplifies form creation by automatically generating form fields from your data model's structure. This eliminates the need to manually create widgets for each field, allowing you to build forms quickly and efficiently.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flash_form