guided_flow 1.0.0
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 inMaterialApp.builderit sits above theNavigator, 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.
waitForButtonfor two steps on one screen,canRewindfor points of no return,endsTourfor the final tap, and sharednumbers for grouping steps under one visible step.GuidedFlowThemefor colours and wording,cardBuilderfor a card of your own.