|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
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;
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< DrumScan > | depositedDrums = [] |
| bool | isRecoveredNotApplicable = false |
| bool | isDepositedNotApplicable = false |
| void _notifyValuesChanged | ( | ) |
Definition at line 62 of file barcodes_scan.dart.


Definition at line 41 of file barcodes_scan.dart.


Definition at line 55 of file barcodes_scan.dart.


Definition at line 34 of file barcodes_scan.dart.


Definition at line 48 of file barcodes_scan.dart.


| override Widget build | ( | BuildContext | context | ) |
| List<DrumScan> depositedDrums = [] |
Definition at line 21 of file barcodes_scan.dart.
| bool isDepositedNotApplicable = false |
Definition at line 23 of file barcodes_scan.dart.
| bool isRecoveredNotApplicable = false |
Definition at line 22 of file barcodes_scan.dart.
| class BarCodesScan extends StatefulWidget recoveredDrums = [] |