mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
The input check widget callback now has an id of the inputfield. The ability to set the height of the carousel input field. Some inputcontroller have an onsubmit of the inputfield supports it.
836 B
836 B
0.0.2 - October 10th 2022
- Initial release
0.1.0 - October 12th 2022
- Added a multi line plain text input widget
- Ability to set the scrolldirection of the pageview
- Ability to set the scrollphysics of the pages' scrollview.
0.2.0 - October 13th 2022
- Added date input widget
1.0.0 - October 13th 2022
- Fix: Proper use of generics
- Inputcontrollers now have an onChange.
- Added switch input field
1.0.1 - October 13th 2022
- Added forgotten onChanged parameter on date input field
1.0.2 - October 13th 2022
- Added forgotten icon parameter on date input field and scrollpadding on text inputfield
2.0.0 - October 26th 2022
- Added the id of the input field on the input check widget.
- Ability to set the height of the carousel input field.
- InputController now contains the onSubmit callback.