Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
dashboard_screen.dart File Reference
import package;
import easy_localization.dart;
import material.dart;
import core;
import ui;
import widgets;
import custom_scaffold.dart;
import theme;
import color_palette.dart;
import logo_header.dart;
import error_widget.dart;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import time_selector.dart;
import today_collections.dart;
import flutter_bloc.dart;
import period_bloc;
import period_bloc.dart;
import period_state.dart;
import period_event.dart;
import today_collections_shimmer.dart;
Include dependency graph for dashboard_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
override Widget build (BuildContext context)
void _reloadTodayStatistics ()
void _loadPeriodStatistics (String periodToLoad)
void loadStatistics (String periodToLoad)

Variables

class DashboardScreen extends StatefulWidget period = 'week'

Function Documentation

◆ _loadPeriodStatistics()

void _loadPeriodStatistics ( String periodToLoad)

Definition at line 146 of file dashboard_screen.dart.

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

◆ _reloadTodayStatistics()

void _reloadTodayStatistics ( )

Definition at line 135 of file dashboard_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 36 of file dashboard_screen.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 30 of file dashboard_screen.dart.

Here is the call graph for this function:

◆ loadStatistics()

void loadStatistics ( String periodToLoad)

Definition at line 158 of file dashboard_screen.dart.

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

Variable Documentation

◆ period

class DashboardScreen extends StatefulWidget period = 'week'