wizard_builder 2.0.1
wizard_builder: ^2.0.1 copied to clipboard
A wizard builder widget to easily create a wizard (with nested navigation).
2.0.1 07/08/2020 #
- Added pedantic linting to analysis-options
- Fixed linting warning
2.0.0 04/08/2020 #
- WizardBuilder takes list of WidgetBuilders as pages to inject parameters in widgets
- updated README.md
1.2.4 29/07/2020 #
- clean up more unused code
1.2.3 29/07/2020 #
- clean up unused field
1.2.2 28/07/2020 #
- clean up example code
1.2.1 28/07/2020 #
- remove debug comments
1.2.0 28/07/2020 #
- rewritten and fixed popping a page of wizard tree.
- rewrite and fix willPopScope logic for android back button override
1.1.1 #
- Fix to point State generic to actual page type (not WizardPage)
1.1.0 #
- Can use nested WizardBuilders to create nested navigation wizards
- Fix android back button handling
- Update example and readme file
1.0.1 04/07/2020 #
- Fix readme file
1.0.0 03/07/2020 #
- Initial release