Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
unloading_process_view.dart File Reference
import package;
import easy_localization.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import core;
import services;
import check_in_service.dart;
import ui;
import theme;
import color_palette.dart;
import widgets;
import custom_scaffold.dart;
import custom_slider.dart;
import custom_snackbar.dart;
import empty_content.dart;
import error_widget.dart;
import loading.dart;
import stats_card.dart;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import check_in_out_bloc;
import check_in_out_bloc.dart;
import data;
import models;
import collection_voucher_model.dart;
import domain;
import entities;
import unloading_collection_entity.dart;
import unloading_bloc.dart;
import unloading_event.dart;
import unloading_state.dart;
import unloading_confirmation_dialog.dart;
import unloading_collection_item.dart;
Include dependency graph for unloading_process_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
void _updateSelectAllState (List< UnloadingCollectionEntity > collections)
void _handleItemSelection (bool? selected, UnloadingCollectionEntity collection)
void _handleSelectAll (bool? value, List< UnloadingCollectionEntity > collections)
override Widget build (BuildContext context)
void _handleBlocStateChanges (BuildContext context, UnloadingState state)
void _performCheckOut ()
Widget _buildCollectionsContent (List< UnloadingCollectionEntity > collections)
Widget _buildStatsCard (List< UnloadingCollectionEntity > collections)
String formatVolume (dynamic volume)
Widget _buildSelectAllOption (List< UnloadingCollectionEntity > collections)
Widget _buildCollectionsList (List< UnloadingCollectionEntity > collections)
Widget _buildUnloadingSlider ()
void _handleUnloadingAction ()
void _loadPendingUnloading ()
double _calculateTotalVolume (List< UnloadingCollectionEntity > collections)

Variables

class UnloadingProcessView extends StatefulWidget int
class UnloadingProcessView extends StatefulWidget _selectedItems = {}
bool _selectAll = false
final List< UnloadingCollectionEntity_selectedCollections = []
bool _isProcessingUnloading = false

Function Documentation

◆ _buildCollectionsContent()

Widget _buildCollectionsContent ( List< UnloadingCollectionEntity > collections)

Definition at line 257 of file unloading_process_view.dart.

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

◆ _buildCollectionsList()

Widget _buildCollectionsList ( List< UnloadingCollectionEntity > collections)

Definition at line 339 of file unloading_process_view.dart.

◆ _buildSelectAllOption()

Widget _buildSelectAllOption ( List< UnloadingCollectionEntity > collections)

Definition at line 308 of file unloading_process_view.dart.

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

◆ _buildStatsCard()

Widget _buildStatsCard ( List< UnloadingCollectionEntity > collections)

Definition at line 281 of file unloading_process_view.dart.

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

◆ _buildUnloadingSlider()

Widget _buildUnloadingSlider ( )

Definition at line 365 of file unloading_process_view.dart.

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

◆ _calculateTotalVolume()

double _calculateTotalVolume ( List< UnloadingCollectionEntity > collections)

Definition at line 421 of file unloading_process_view.dart.

◆ _handleBlocStateChanges()

void _handleBlocStateChanges ( BuildContext context,
UnloadingState state )

Definition at line 139 of file unloading_process_view.dart.

Here is the call graph for this function:

◆ _handleItemSelection()

void _handleItemSelection ( bool? selected,
UnloadingCollectionEntity collection )

Definition at line 58 of file unloading_process_view.dart.

Here is the call graph for this function:

◆ _handleSelectAll()

void _handleSelectAll ( bool? value,
List< UnloadingCollectionEntity > collections )

Definition at line 77 of file unloading_process_view.dart.

Here is the caller graph for this function:

◆ _handleUnloadingAction()

void _handleUnloadingAction ( )

Definition at line 375 of file unloading_process_view.dart.

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

◆ _loadPendingUnloading()

void _loadPendingUnloading ( )

Definition at line 412 of file unloading_process_view.dart.

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

◆ _performCheckOut()

void _performCheckOut ( )

Definition at line 166 of file unloading_process_view.dart.

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

◆ _updateSelectAllState()

void _updateSelectAllState ( List< UnloadingCollectionEntity > collections)

Definition at line 46 of file unloading_process_view.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 92 of file unloading_process_view.dart.

Here is the call graph for this function:

◆ formatVolume()

String formatVolume ( dynamic volume)

Definition at line 298 of file unloading_process_view.dart.

◆ initState()

override void initState ( )

Definition at line 41 of file unloading_process_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ _isProcessingUnloading

bool _isProcessingUnloading = false

Definition at line 38 of file unloading_process_view.dart.

◆ _selectAll

bool _selectAll = false

Definition at line 36 of file unloading_process_view.dart.

◆ _selectedCollections

final List<UnloadingCollectionEntity> _selectedCollections = []

Definition at line 37 of file unloading_process_view.dart.

◆ _selectedItems

class UnloadingProcessView extends StatefulWidget _selectedItems = {}

◆ int

class UnloadingProcessView extends StatefulWidget int