Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
barcodes_scan.dart File Reference
import package;
import material.dart;
import flutter_screenutil.dart;
import core;
import ui;
import theme;
import color_palette.dart;
import scan_section;
import scan_section.dart;
Include dependency graph for barcodes_scan.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

String _getFormattedDrumCodes (List< DrumScan > drums, bool isNotApplicable)
void _updateRecoveredDrums (List< DrumScan > drums)
void _updateDepositedDrums (List< DrumScan > drums)
void _updateRecoveredNotApplicable (bool isNotApplicable)
void _updateDepositedNotApplicable (bool isNotApplicable)
void _notifyValuesChanged ()
override Widget build (BuildContext context)

Variables

class BarCodesScan extends StatefulWidget recoveredDrums = []
List< DrumScandepositedDrums = []
bool isRecoveredNotApplicable = false
bool isDepositedNotApplicable = false

Function Documentation

◆ _getFormattedDrumCodes()

String _getFormattedDrumCodes ( List< DrumScan > drums,
bool isNotApplicable )

Definition at line 25 of file barcodes_scan.dart.

Here is the caller graph for this function:

◆ _notifyValuesChanged()

void _notifyValuesChanged ( )

Definition at line 62 of file barcodes_scan.dart.

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

◆ _updateDepositedDrums()

void _updateDepositedDrums ( List< DrumScan > drums)

Definition at line 41 of file barcodes_scan.dart.

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

◆ _updateDepositedNotApplicable()

void _updateDepositedNotApplicable ( bool isNotApplicable)

Definition at line 55 of file barcodes_scan.dart.

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

◆ _updateRecoveredDrums()

void _updateRecoveredDrums ( List< DrumScan > drums)

Definition at line 34 of file barcodes_scan.dart.

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

◆ _updateRecoveredNotApplicable()

void _updateRecoveredNotApplicable ( bool isNotApplicable)

Definition at line 48 of file barcodes_scan.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 72 of file barcodes_scan.dart.

Here is the call graph for this function:

Variable Documentation

◆ depositedDrums

List<DrumScan> depositedDrums = []

Definition at line 21 of file barcodes_scan.dart.

◆ isDepositedNotApplicable

bool isDepositedNotApplicable = false

Definition at line 23 of file barcodes_scan.dart.

◆ isRecoveredNotApplicable

bool isRecoveredNotApplicable = false

Definition at line 22 of file barcodes_scan.dart.

◆ recoveredDrums

class BarCodesScan extends StatefulWidget recoveredDrums = []