flutter_tour_guide 0.1.2 copy "flutter_tour_guide: ^0.1.2" to clipboard
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 via shared_preferences.
  • TourStep — per-step title, body, optional spotlight padding/radius, and an onBefore async 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.ensureVisible so 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.
2
likes
160
points
50
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, themeable Flutter tour guide with spotlight cutouts, auto-scroll, tab/page navigation, and per-screen persistence.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on flutter_tour_guide