fiona_dynamic_form 1.20.0
fiona_dynamic_form: ^1.20.0 copied to clipboard
Dynamic Form package project. To create forms dynamically. You will find some input implementation but then you will be able to create any input you need.
1.0.0 #
- Dynamic Forms - Initial version
1.1.0 #
- Fix some analyzes issues
1.2.0 #
- Add classes documentation
1.3.0 #
- Format dart code
1.4.0 #
- Example of a dynamic form
1.4.1 #
- Export sources
1.5.0 #
- Form buttons (submit & cancel)
1.5.1 #
- More examples have been added
1.6.0 #
- Field items for Datetime
1.6.1 #
- Fix intl dependency
1.6.2 #
- Fix unnecessary imports
1.6.3 #
- Upgrade dependencies
1.6.4 #
- Format dart code
1.6.5 #
- Field items for Decimal & Currency. Validators for email & number range.
1.6.6 #
- Fix unnecessary imports
1.6.7 #
- Field item for percentage
1.6.8 #
- Fix unnecessary imports
1.6.9 #
- Fix listeners
1.6.10 #
- Fix empty catch block
1.6.11 #
- Fix item values parse
1.6.12 #
- Default empty values for select items (dropdown)
1.6.13 #
- TextDirections to fix form rendering
1.6.14 #
- Fill form from an object
1.6.15 #
- States fixes
1.6.16 #
- Draw options
1.6.17 #
- Disable buttons when the form is submitting
1.6.18 #
- Form Input text direction
1.6.19 #
- Form Button listeners
1.7.0 #
- Form item value formatters to string
1.7.1 #
- Fix form item isEmpty for Datetime
1.8.0 #
- Form button onSubmit to call onTap and listeners.
1.9.0 #
- dynamic id type for form select item.
1.9.1 #
- fix default form select item id.
1.9.2 #
- fix default form select item dynamic id.
1.9.3 #
- fix select item widget label position
1.9.4 #
- Hide label option for input decorator
1.10.0 #
- Form item visibility: add ability to show/hide items
1.11.0 #
- Form item visibility: improve visibility feature && add new form visibility widget to wrap any widget and show it regarding an item visibility
1.11.1 #
- Form item visibility issue: export widget
1.12.0 #
- Form item state wrapper: to show any widget tied to a form item changes
1.12.1 #
- Form item state wrapper: export widget
1.13.0 #
- New label option position to hide the form item labels.
1.14.0 #
- Add more form item styles options.
1.15.0 #
- Option to remove inputs borders.
1.15.1 #
- Fix Option to remove inputs borders
1.15.2 #
- Fix Option for item keyboards
1.16.0 #
- New Form Item for multiselect options
1.16.1 #
- Fix Form Item for multiselect options (remove empty value)
1.16.2 #
- New widget form for multiselect options (ExpansionTile)
1.17.0 #
- Add selected items bubbles in multiselect form item
1.17.1 #
- Fix for selected items bubbles in multiselect form item
1.17.2 #
- Fix default selected items bubbles in multiselect form item
1.18.0 #
- Add Form text item option to create an input like TextArea
1.18.1 #
- Fix Form text item option to create an input like TextArea
1.18.2 #
- Fix Form text item option to create an input like TextArea
1.18.3 #
- Fix decimal and percentage input keyboard
1.19.0 #
- New validator to compare value against another item (example: to compare passwords)
1.19.1 #
- Fix text input area
1.20.0 #
- Add clear icon on inputs and DateTimes prefix icons