- Added a
copyWith
method to theWizardController
class.
- Improved code health
- Improved documenentation
- Upgraded the
rxdart
package to^0.27.0
- Added the author to the readme
- Downgraded the
rxdart
package to^0.26.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
- The
disableGoBack
method now automatically animates back if needed
- Added responsive wizard example GIF
- Initial release