combined_barcode_scanner library
Classes
- BarcodeScanner
- Base for custom bar code scanners
- BarcodeScannerController
- Controller interface for BarcodeScanner
- BarcodeScannerWidget
- Widget that combines multiple scanners
- BarcodeScannerWidgetController
- Controller used to control the scanner widget
- BarcodeScanResult
- Hold the result of a successful scan.
- CameraConfiguration
- Configuration container for the device camera. All values here are hints to the underlying implementation.
- ScannerConfiguration
- Holds scanner configuration data. Contains both generic configuration data such as which formats are supported as well as optional camera configuration for scanners that use the camera. The camera data is provided as a hint, the actual implementation can choose alternatives and/or reasonable defaults.
- ScannerProperties
- Holds properties reported from the scanner that provides info for the UI.
Extensions
Typedefs
-
AsyncBoolCallback
= Future<
bool> Function() - BoolCallback = bool Function()
-
BoolCallbackWithType
= bool Function<
T extends BarcodeScanner>()