Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
app.dart File Reference
import package;
import easy_localization.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import posthog_flutter.dart;
import core;
import constants;
import bloc_providers.dart;
import router;
import auth_notifier.dart;
import router.dart;
import ui;
import theme;
import light_theme.dart;
import features;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
Include dependency graph for app.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class App extends StatefulWidget build (BuildContext context)
 App ({super.key})
override State< AppcreateState ()

Variables

late final AuthenticationBloc _authBloc
late final AuthNotifier _authNotifier
late final RouterConfig< Object > _routerConfig

Function Documentation

◆ App()

build::App ( {super.key} )

Definition at line 32 of file app.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 13 of file app.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ createState()

override State< App > build::createState ( )
Here is the call graph for this function:

Variable Documentation

◆ _authBloc

late final AuthenticationBloc _authBloc

Definition at line 38 of file app.dart.

◆ _authNotifier

late final AuthNotifier _authNotifier

Definition at line 39 of file app.dart.

◆ _routerConfig

late final RouterConfig<Object> _routerConfig

Definition at line 40 of file app.dart.