flutter_wizard 2.0.5 copy "flutter_wizard: ^2.0.5" to clipboard
flutter_wizard: ^2.0.5 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.

2.0.5 #

  • Added a copyWith method to the WizardController class.

2.0.4 #

  • Improved code health
  • Improved documenentation

2.0.3 #

  • Upgraded the rxdart package to ^0.27.0

2.0.2 #

  • Added the author to the readme

2.0.1 #

  • Downgraded the rxdart package to ^0.26.0

2.0.0 #

  • The WizardController now contains a eventStream property
  • The WizardEventListener is added

BREAKING CHANGES:

  • Some WizardController functions names have changed:
    • The next is renamed to goNext
    • The previous is renamed to goBack
    • The animateTo is renamed to goTo
    • The getIsAnimateToEnabledStream is renamed to getIsGoToEnabledStream
    • The getIsAnimateToEnabled is renamed to getIsGoToEnabled

1.0.2 #

  • The disableGoBack method now automatically animates back if needed

1.0.1 #

  • Added responsive wizard example GIF

1.0.0 #

  • Initial release
69
likes
140
pub points
84%
popularity

Publisher

verified publisherbaseflow.com

A library that makes it easy for you to create your custom wizard. You'll have 100% control over the appearance of your wizard.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on flutter_wizard