tutorial_overlay_flutter 1.0.1
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
beforeShowasync hook onTutorialStepto prepare the UI before highlighting (e.g. open a menu). - Fix tooltip positioning by adding missing
top/bottomconstraints for all directions. - Wrap tooltip in
SingleChildScrollViewto prevent overflow on smaller screens.
1.0.0 #
- Initial release.
- Step-by-step tutorial overlay with smooth animations.
- Highlight widgets using
GlobalKeywith 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.
TutorialScopeinherited widget for tree-level controller access.TutorialControllerfor programmatic navigation (next, previous, skip, goToStep).- Conditional step display via
showIfpredicate. - Auto-advance support with configurable duration per step.