app library Null safety

The application framework.

Contains components used for configuring and running the application.

Classes

App
Main widget representing the whole app.
AppBlocObserver
A logger for observing the behavior of Bloc instances.

Properties

appNavigationRoutes Map<String, WidgetBuilder>
The application's top-level routing table.
final

Functions

runApplication() Future<void>
Sets up application dependencies and runs the app.