tutorial_bubbles 0.1.1
tutorial_bubbles: ^0.1.1 copied to clipboard
A Flutter package for building guided tutorial bubbles.
0.1.1 #
- Add
TutorialCompletionPersistencePolicyso apps can control whetherskip()andfinish()permanently suppress a tutorial. - Keep
completedOnlyas the default behavior for backward compatibility.
0.1.0 #
- Add
TutorialTargetwithkeyandrecttarget support for virtual or painted tutorial regions. - Add per-step
beforeShow,preferredSide,behavior, and optional stepidsupport. - Add richer
TutorialPersistencewith save strategies and completed-flag handling. - Add
bubbleCornerRadiustoTutorialVisualsand engine overlay plumbing. - Update README and examples for the new tutorial engine API.
0.0.1 #
- Initial release of
tutorial_bubbles.