launch library
Entry point for the application
Classes
- About
- A widget for displaying basic information about this app
- AfrostoriesApp
- Root widget of Application
- HomeScreen screens
- This screen is shown after the SplashScreen
- LaunchLocalizations
-
Callers can lookup localized strings with an instance of LaunchLocalizations returned by
LaunchLocalizations.of(context). - LaunchRoutes routes
- Routes defined by the launch library
- LaunchWidgetKeys
- Keys for widgets in launch library
- SplashScreen screens
- A Splash screen presented to the user at launch
- VersionUpdateButton
- A Widget that encapsulates the Version Update workflow
Functions
-
lookupLaunchLocalizations(
Locale locale) → LaunchLocalizations