smart_forms 2.0.0 smart_forms: ^2.0.0 copied to clipboard
A flutter forms generator based on objects with multiple parameters.
History of changes #
[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.2.0] - 2020-11-11 #
- 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.