guided_flow 1.0.0 copy "guided_flow: ^1.0.0" to clipboard
guided_flow: ^1.0.0 copied to clipboard

Interactive guided tours for Flutter. Users tap the real widgets: spotlights are tap-through, work across bottom sheets and pushed routes, and advance automatically.

0.1.0 #

First release.

  • GuidedFlowController — steps, and a tour that follows the user: forward when the next anchor appears, back to the last step still on screen when they leave one behind.
  • GuidedFlow — the overlay host. Installed in MaterialApp.builder it sits above the Navigator, so bottom sheets, dialogs and pushed pages are spotlighted too.
  • GuidedFlowAnchor — marks a widget as a target. Adds no render object and no gesture, and does nothing when no host is present.
  • Tap-through spotlight: the highlighted widget keeps working, taps elsewhere are absorbed.
  • waitForButton for two steps on one screen, canRewind for points of no return, endsTour for the final tap, and shared numbers for grouping steps under one visible step.
  • GuidedFlowTheme for colours and wording, cardBuilder for a card of your own.
2
likes
155
points
93
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Interactive guided tours for Flutter. Users tap the real widgets: spotlights are tap-through, work across bottom sheets and pushed routes, and advance automatically.

Repository (GitHub)
View/report issues

Topics

#onboarding #tutorial #ui #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on guided_flow