flutter_app_tour 0.0.2
flutter_app_tour: ^0.0.2 copied to clipboard
A lightweight, customizable guided tour overlay for Flutter apps.
0.0.2 — Unreleased #
- Decouple
TourControllerfrom FlutterBuildContextand widget tree. - Add
TourScopewidget to host the overlay UI and accept a pluggabletooltipBuilder. - Introduce strongly typed
TourIdfor safer target identifiers. - Fix lifecycle and scrolling issues when targets are removed during widget disposal.
- Replace delayed fades with cancelable timers to avoid pending timer warnings in tests.
- UI improvements and layout fixes (tooltip actions wrap instead of overflow).
- Update example and tests to use the new API; all tests pass.
0.0.1 #
- TODO: Describe initial release.