model/tutorial_step library

Classes

AudioTutorialStep
A tutorial step that plays an audio file.
PlainTextTutorialStep
A tutorial step that displays plain text.
TutorialStep
An abstract class representing a single step in a tutorial.
TutorialStepWithID
A tutorial step that is associated with a specific TutorialID.
TutorialStepWithWaiting
A tutorial step that involves waiting for a condition to be met.
WaitForConditionTutorialStep
A tutorial step that waits for a specific condition to be met.
WaitForContextTutorialStep
A tutorial step that waits for a specific BuildContext to become current.
WaitForVisibleWidgetStep
A tutorial step that waits for a specific widget to become visible.
WidgetHighlightTutorialStep
A tutorial step that highlights a specific widget and displays text.