tutorial_overlay_flutter 1.0.1 copy "tutorial_overlay_flutter: ^1.0.1" to clipboard
tutorial_overlay_flutter: ^1.0.1 copied to clipboard

A production-ready Flutter package for creating guided tutorial overlays, onboarding walkthroughs, and step-by-step UI showcases. Highly customizable with support for auto-scroll, persistence, custom [...]

1.0.1 #

  • Add beforeShow async hook on TutorialStep to prepare the UI before highlighting (e.g. open a menu).
  • Fix tooltip positioning by adding missing top/bottom constraints for all directions.
  • Wrap tooltip in SingleChildScrollView to prevent overflow on smaller screens.

1.0.0 #

  • Initial release.
  • Step-by-step tutorial overlay with smooth animations.
  • Highlight widgets using GlobalKey with rectangle, rounded rectangle, or circle shapes.
  • Auto-scroll support for targets inside scrollable views.
  • Default tooltip with title, description, navigation buttons, and progress indicator.
  • Fully custom tooltip support via builder callbacks.
  • Persistence interface for remembering completed tutorials.
  • Orientation and screen-size responsive positioning.
  • Pulse animation on highlighted targets.
  • TutorialScope inherited widget for tree-level controller access.
  • TutorialController for programmatic navigation (next, previous, skip, goToStep).
  • Conditional step display via showIf predicate.
  • Auto-advance support with configurable duration per step.
0
likes
150
points
94
downloads

Documentation

API reference

Publisher

verified publisherbrewnbeer.com

Weekly Downloads

A production-ready Flutter package for creating guided tutorial overlays, onboarding walkthroughs, and step-by-step UI showcases. Highly customizable with support for auto-scroll, persistence, custom tooltips, and smooth animations.

Repository (GitHub)
View/report issues

Topics

#tutorial #overlay #onboarding #walkthrough #tooltip

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tutorial_overlay_flutter