TutorialExtensions extension
Extension methods for easier tutorial control
- on
Properties
- tutorialController → TutorialController?
-
Available on BuildContext, provided by the TutorialExtensions extension
Gets the tutorial controller from contextno setter
Methods
-
allowTutorialProgression(
) → void -
Available on BuildContext, provided by the TutorialExtensions extension
Allows progression for waitForUserAction steps -
goToTutorialStep(
int index) → Future< void> -
Available on BuildContext, provided by the TutorialExtensions extension
Goes to a specific tutorial step -
nextTutorialStep(
) → Future< void> -
Available on BuildContext, provided by the TutorialExtensions extension
Goes to next tutorial step -
previousTutorialStep(
) → Future< void> -
Available on BuildContext, provided by the TutorialExtensions extension
Goes to previous tutorial step -
skipTutorial(
) → void -
Available on BuildContext, provided by the TutorialExtensions extension
Skips the tutorial -
startTutorial(
{int? startIndex}) → Future< void> -
Available on BuildContext, provided by the TutorialExtensions extension
Starts the tutorial -
stopTutorial(
) → void -
Available on BuildContext, provided by the TutorialExtensions extension
Stops the tutorial