flutter_tour_guide 0.1.2
flutter_tour_guide: ^0.1.2 copied to clipboard
A lightweight, themeable Flutter tour guide with spotlight cutouts, auto-scroll, tab/page navigation, and per-screen persistence.
0.1.2 #
- Add "Prev" button — an outlined button appears from step 2 onward so users can navigate backwards.
0.1.1 #
- Fix README screenshot URLs to use absolute GitHub raw paths so images render on pub.dev.
0.1.0 #
Initial public release.
Tour.show— display a spotlight tour with automatic "already seen" persistence viashared_preferences.TourStep— per-step title, body, optional spotlight padding/radius, and anonBeforeasync hook for tab/page navigation.TourTheme— fully themeable: accent color, scrim opacity, card styles, spotlight shape, and more.Tour.reset/Tour.resetAll— clear one or all tours' seen state.- Auto-scroll via
Scrollable.ensureVisibleso list items are always in view before a step appears. - Fade animation between steps.
- Tooltip positioned above or below the target depending on available space, with an arrow pointer.
