flutter_start library

Classes

Introduction
IntroductionButtonTextstyles
IntroductionInterface
IntroductionOptions
IntroductionPage
IntroductionScreen
IntroductionService
A service for managing introduction-related operations.
IntroductionTranslations
LocalIntroductionDataProvider
Provides local data storage for managing introduction data.
Initial screen of the user story.
SharedPreferencesIntroductionDataProvider
Provides data storage using SharedPreferences for managing introduction data.
StartUserStoryConfiguration
An immutable class that represents the configuration for starting a user story.

Enums

IndicatorMode
IntroductionButtonType
IntroductionControlMode
IntroductionDisplayMode
IntroductionLayoutStyle
IntroductionScreenButtonMode
IntroductionScreenMode

Mixins

StartUserStoryRoutes

Constants

kAnimationDuration → const Duration

Functions

getStartStoryRoutes({StartUserStoryConfiguration? configuration = const StartUserStoryConfiguration()}) List<GoRoute>
startNavigatorUserStory(BuildContext context, StartUserStoryConfiguration configuration, {required void onComplete(BuildContext context)}) Future<void>
Enter the start user story with the Navigator 1.0 API.