tutorial_overlay 1.1.0
tutorial_overlay: ^1.1.0 copied to clipboard
A Flutter package for building interactive, step-by-step tutorials that highlight and point to widgets across multiple screens with customizable indicators.
1.0.0 #
- Released the first stable version of the
tutorial_overlay
package. - Created a simple example project under
/example
demonstrating how to use the package.
[1.0.1] - 2025-04-13 #
- Fixed minor bugs and improved documentation.
[1.1.0] - 2025-06-14 #
Added #
arguments
parameter for navigation methods:previousStep()
nextStep()
(Pass custom objects between tutorial steps)
Changed #
- Unified implementation:
- Combined
Tutorial
+TutorialState
- Simplified internal architecture
- Combined
Documentation #
- Complete API reference updates
- Fully redesigned example app
- Refreshed README and visual guides