ui/app_loader library

Classes

FastAppLoader
A widget that displays an application loading screen.
FastAppLoaderState
Represents the state of the FastAppLoader widget.

Typedefs

FastAppLoaderBuilder = Widget Function(BuildContext context, double progress)
Type definition for a builder that generates a loading widget given a BuildContext and a progress value.
FastAppLoaderErrorBuilder = Widget Function(BuildContext context, dynamic error)
Type definition for a builder that generates an error widget given a BuildContext and an error.