flutter_form_wizard/CHANGELOG.md
2022-10-13 13:39:12 +02:00

20 lines
404 B
Markdown

## 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
- Fix: Proper use of generics
- Inputcontrollers now have an onChange.
- Added switch input field