smart_forms 2.2.3 smart_forms: ^2.2.3 copied to clipboard
A flutter forms generator based on objects with multiple parameters.
History of changes #
[2.2.3] - 2021-11-06 #
- Changing the logical process to update default values.
[2.2.2] - 2021-11-05 #
- I've changed the initialValue for SmartFields.
[2.2.1] - 2021-10-11 #
- Now you can validate if the form data has been modified using isDirty(): boolean in the SmartFormState
[2.2.0] - 2021-09-29 #
- Adding new support for TextInputFormattgiter. I recommend to use mask_text_input_formatter
[2.1.5] - 2021-09-16 #
- Fixing a little issue with the default value
[2.1.4] - 2021-09-16 #
- Adding support for web
[2.1.3] - 2021-09-16 #
- Null Safety support
[2.1.2] - 2021-09-04 #
- Adding read only background color customizable
[2.1.1] - 2021-09-04 #
- Adding background grey color for readonly fields
- Now you can set a custom padding between fields
[2.1.0] - 2021-09-04 #
- Adding support for the Input Decoration Themes
[2.0.2] - 2021-04-16 #
- Updating intl from 0.16.1 to 0.17.0
[2.0.1] - 2021-02-20 #
- Fixing some minor issues for pub points.
[2.0.0] - 2021-02-17 #
- Added onChange option for smartField
- Handle the focus for smartDropdown
- Handle the focus for smartDatepicker
- Removed the nextfocus in dropdowns
- Now you can set default date in millisecondSinceEpoch
- Now you can set default value for fields
- Added different types of input for common usages
[1.0.0] - 2020-05-23 #
- Added support for datepicker
- Rendering the datepicker based in OS (Android/iOS).
[1.1.0] - 2020-11-09 #
- Added support for dropdowns
- Rendering the dropdown or picker based in OS (Android/iOS).
[1.0.4] - 2020-11-07 #
- Added the validation of min Length and Max Length with messages.
[1.0.3] - 2020-11-05 #
- Added support to compare two fields and set child like invalid.
- Fixed an issue for buttons
[1.0.2] - 2020-11-05 #
- Added new option to manage the validation, reset and get the response with external buttons.
- Added example with new functionallity.
[1.0.1] - 2020-05-26 #
- Added the example of usage with 2 fields.
[1.0.0] - 2020-05-23 #
- The firs release include 6 field types (with many parameters), 2 input actions, submit button, reset Button.