features_tour 0.0.3 copy "features_tour: ^0.0.3" to clipboard
features_tour: ^0.0.3 copied to clipboard

Features Tour is a package that enables you to easily create tours to introduce your widget features in your app with order.

0.0.3 #

  • onPressed is now can use as Future method. The next widget of the tour will be only called when this Future is completed.
  • The tours now will sort the new added states (some states need time to appear).
  • Add isAnimateChild and borderSizeInflate to ChildConfig:
    • isAnimateChild is allow it to be animated along with the border.
    • borderSizeInflate is alow to set it to be bigger than the child widget. So the border widget is now bigger than the child widget 3 delta.
  • Add isCallOnPressed to ChildConfig to allow the onPressed method to be called when user presses the Skip button.
  • Avoid onPressed is called multiple times when it needs time to be completed.

0.0.2 #

  • Improves loading and update behavior.

0.0.1 #

  • Initial release.
20
likes
0
pub points
77%
popularity

Publisher

verified publisherlamnhan.dev

Features Tour is a package that enables you to easily create tours to introduce your widget features in your app with order.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on features_tour