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

Go to the source code of this file.

Classes

class  StatefulWidget
class  DrumScan

Functions

void _scanDrum () async
void _removeDrum (String id)
void _toggleNotApplicable ()
override Widget build (BuildContext context)

Variables

class ScanSection extends StatefulWidget scannedDrums = []
bool _isNotApplicable = true

Function Documentation

◆ _removeDrum()

void _removeDrum ( String id)

Definition at line 46 of file scan_section.dart.

◆ _scanDrum()

void _scanDrum ( )

Definition at line 29 of file scan_section.dart.

Here is the caller graph for this function:

◆ _toggleNotApplicable()

void _toggleNotApplicable ( )

Definition at line 53 of file scan_section.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 65 of file scan_section.dart.

Here is the call graph for this function:

Variable Documentation

◆ _isNotApplicable

bool _isNotApplicable = true

Definition at line 27 of file scan_section.dart.

◆ scannedDrums

class ScanSection extends StatefulWidget scannedDrums = []