|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
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;
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 |
| Widget _buildCollectionsContent | ( | List< UnloadingCollectionEntity > | collections | ) |
Definition at line 257 of file unloading_process_view.dart.


| Widget _buildCollectionsList | ( | List< UnloadingCollectionEntity > | collections | ) |
Definition at line 339 of file unloading_process_view.dart.
| Widget _buildSelectAllOption | ( | List< UnloadingCollectionEntity > | collections | ) |
Definition at line 308 of file unloading_process_view.dart.


| Widget _buildStatsCard | ( | List< UnloadingCollectionEntity > | collections | ) |
Definition at line 281 of file unloading_process_view.dart.


| Widget _buildUnloadingSlider | ( | ) |
Definition at line 365 of file unloading_process_view.dart.


| double _calculateTotalVolume | ( | List< UnloadingCollectionEntity > | collections | ) |
Definition at line 421 of file unloading_process_view.dart.
| void _handleBlocStateChanges | ( | BuildContext | context, |
| UnloadingState | state ) |
Definition at line 139 of file unloading_process_view.dart.

| void _handleItemSelection | ( | bool? | selected, |
| UnloadingCollectionEntity | collection ) |
Definition at line 58 of file unloading_process_view.dart.

| void _handleSelectAll | ( | bool? | value, |
| List< UnloadingCollectionEntity > | collections ) |
Definition at line 77 of file unloading_process_view.dart.

| void _handleUnloadingAction | ( | ) |
Definition at line 375 of file unloading_process_view.dart.


| void _loadPendingUnloading | ( | ) |
Definition at line 412 of file unloading_process_view.dart.


| void _performCheckOut | ( | ) |
Definition at line 166 of file unloading_process_view.dart.


| void _updateSelectAllState | ( | List< UnloadingCollectionEntity > | collections | ) |
Definition at line 46 of file unloading_process_view.dart.

| override Widget build | ( | BuildContext | context | ) |
Definition at line 92 of file unloading_process_view.dart.

| String formatVolume | ( | dynamic | volume | ) |
Definition at line 298 of file unloading_process_view.dart.
| override void initState | ( | ) |
Definition at line 41 of file unloading_process_view.dart.

| bool _isProcessingUnloading = false |
Definition at line 38 of file unloading_process_view.dart.
| bool _selectAll = false |
Definition at line 36 of file unloading_process_view.dart.
| final List<UnloadingCollectionEntity> _selectedCollections = [] |
Definition at line 37 of file unloading_process_view.dart.
| class UnloadingProcessView extends StatefulWidget _selectedItems = {} |
| class UnloadingProcessView extends StatefulWidget int |