Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
history_collections_view.dart File Reference
import package;
import easy_localization.dart;
import fluentui_system_icons.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import core;
import UI;
import widgets;
import show_documents_option.dart;
import common;
import entities;
import collection_entity.dart;
import services;
import documents_service.dart;
import ui;
import loading.dart;
import stats_card.dart;
import theme;
import color_palette.dart;
import empty_content.dart;
import bloc;
import history_collections;
import history_collections_bloc.dart;
import collection_item;
import collection_item.dart;
import auth;
import presentation;
import authentication_bloc;
import authentication_bloc.dart;
import triple_tab_selector.dart;
Include dependency graph for history_collections_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
void _loadHistoryCollections ()
Future< void_showDateRangePicker () async
override Widget build (BuildContext context)
String _formatDate (DateTime? date)
String _getCollectionQuantity (List< CollectionEntity > collections)
int _getTabSelectionIndex ()

Variables

class HistoryCollectionsView extends StatefulWidget _selectedPeriod = "week"
DateTimeRange _dateRange

Function Documentation

◆ _formatDate()

String _formatDate ( DateTime? date)

Definition at line 233 of file history_collections_view.dart.

◆ _getCollectionQuantity()

String _getCollectionQuantity ( List< CollectionEntity > collections)

Definition at line 238 of file history_collections_view.dart.

Here is the caller graph for this function:

◆ _getTabSelectionIndex()

int _getTabSelectionIndex ( )

Definition at line 246 of file history_collections_view.dart.

Here is the caller graph for this function:

◆ _loadHistoryCollections()

void _loadHistoryCollections ( )

Definition at line 36 of file history_collections_view.dart.

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

◆ _showDateRangePicker()

Future< void > _showDateRangePicker ( )

Definition at line 58 of file history_collections_view.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 90 of file history_collections_view.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 31 of file history_collections_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ _dateRange

DateTimeRange _dateRange

Definition at line 28 of file history_collections_view.dart.

◆ _selectedPeriod

class HistoryCollectionsView extends StatefulWidget _selectedPeriod = "week"