flutter_wizard 2.0.3 flutter_wizard: ^2.0.3 copied to clipboard
A library that makes it easy for you to create your custom wizard. You'll have 100% control over the appearance of your wizard.
1.0.0 #
- Initial release
1.0.1 #
- Added responsive wizard example GIF
1.0.2 #
- The
disableGoBack
method now automatically animates back if needed
2.0.0 #
- The
WizardController
now contains aeventStream
property - The
WizardEventListener
is added
BREAKING CHANGES:
- Some
WizardController
functions names have changed:- The
next
is renamed togoNext
- The
previous
is renamed togoBack
- The
animateTo
is renamed togoTo
- The
getIsAnimateToEnabledStream
is renamed togetIsGoToEnabledStream
- The
getIsAnimateToEnabled
is renamed togetIsGoToEnabled
- The
2.0.1 #
- Downgraded the
rxdart
package to^0.26.0
2.0.2 #
- Added the author to the readme
2.0.3 #
- Upgraded the
rxdart
package to^0.27.0