-
acceptedDocumentFormats
↔ List<BarcodeDocumentFormat>?
-
An optional array of barcode document formats that act as a detection filter. By default all supported document formats will be detected.
getter/setter pairinherited
-
additionalParameters
↔ BarcodeAdditionalParameters?
-
Additional parameters for tweaking the detection of barcodes.
getter/setter pair
-
autoCancelTimeout
↔ int?
-
Sets auto close timer in seconds. 0 = disabled and it is the default value.
getter/setter pairinherited
-
barcodeFormats
↔ List<BarcodeFormat>?
-
Accepted barcode formats
getter/setter pairinherited
-
barcodeImageGenerationType
↔ BarcodeImageGenerationType?
-
The type of barcode image generation.
getter/setter pairinherited
-
barcodesExtensionFilter
↔ BarcodesExtensionFilter?
-
The extension filter for EAN and UPC barcodes.
getter/setter pairinherited
-
cameraModule
↔ CameraModule?
-
The camera module to be used for barcode scanning. The default value is BACK.
getter/setter pairinherited
-
cameraOverlayColor
↔ Color?
-
Background color of the detection overlay.
getter/setter pairinherited
-
cameraPreviewMode
↔ CameraPreviewMode?
-
Preview mode of the camera. FILL_IN or FIT_IN. Default is FILL_IN. Android only
getter/setter pairinherited
-
cameraZoomFactor
↔ double?
-
The relative initial zoom level of the camera in the range (0,1), where 0 is zoomed out and 1 is zoomed in. Default value is 0.0.
getter/setter pairinherited
-
cameraZoomRange
↔ ZoomRange?
-
The range of valid camera zoom factors. Default value is (1.0; 12.0).
getter/setter pairinherited
-
cancelButtonHidden
↔ bool?
-
Whether the cancel button is hidden or not. iOS only.
getter/setter pairinherited
-
cancelButtonTitle
↔ String?
-
String being displayed on the cancel button.
getter/setter pairinherited
-
codeDensity
↔ CodeDensity?
-
The expected density of QR codes in an image.
getter/setter pairinherited
-
confirmationDialogConfiguration
↔ ConfirmationDialogConfiguration?
-
The confirmation dialog configuration.
getter/setter pairinherited
-
delayAfterScan
↔ double?
-
Freezes a preview after a scan for a given amount of seconds. Defaults to 0 secs. Android only.
getter/setter pairinherited
-
doubleTapToZoomEnabled
↔ bool?
-
When this property is set to true, the zoom can be activated by double tapping somewhere in the receivers view. iOS only.
getter/setter pairinherited
-
enableCameraButtonTitle
↔ String?
-
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
getter/setter pairinherited
-
enableCameraExplanationText
↔ String?
-
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
getter/setter pairinherited
-
engineMode
↔ EngineMode?
-
The engine mode to be used for barcode scanning. The default value is NEXT_GEN.
getter/setter pairinherited
-
finderAspectRatio
↔ AspectRatio?
-
Aspect ratio of finder frame (width \ height), which is used to build actual finder frame. Default is 1 - it is a square frame, which is good for QR capturing.
getter/setter pairinherited
-
finderLineColor
↔ Color?
-
Foreground color of the detection overlay.
getter/setter pairinherited
-
finderLineWidth
↔ double?
-
Width of finder frame border. Default is 2.
getter/setter pairinherited
-
finderTextHint
↔ String?
-
String being displayed as description.
getter/setter pairinherited
-
finderTextHintColor
↔ Color?
-
Foreground color of the description label.
getter/setter pairinherited
-
flashButtonHidden
↔ bool?
-
Controls whether the flash toggle button is hidden or not. iOS only.
getter/setter pairinherited
-
flashButtonInactiveColor
↔ Color?
-
Foreground color of the flash button when flash is off.
getter/setter pairinherited
-
flashButtonTitle
↔ String?
-
String being displayed on the flash button. iOS only.
getter/setter pairinherited
-
flashEnabled
↔ bool?
-
Whether flash is toggled on or off.
getter/setter pairinherited
-
focusLockEnabled
↔ bool?
-
Disables auto-focus and locks the lens at the specified focus lock lens position. Default value is false. iOS only. For Android, minFocusDistanceLock can be used.
getter/setter pairinherited
-
focusLockPosition
↔ double?
-
The position of the lens. Values can be between 0.0f (minimum focusing distance) and 1.0f (maximum focusing distance). The default value is 0.0 iOS only. For Android, minFocusDistanceLock can be used.
getter/setter pairinherited
-
gs1HandlingMode
↔ Gs1HandlingMode?
-
The GS1 handling mode. The default value is PARSE.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
initialScanDelay
↔ double?
-
Scanning delay after scanner appearance in seconds. Defaults to 0 secs.
getter/setter pairinherited
-
lowPowerMode
↔ bool?
-
If
true
, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed. If false
- mode is disabled. The default is false
. Android only.
getter/setter pairinherited
-
maximumTextLength
↔ int?
-
Optional maximum text length of the detected barcode. The default is 0 (setting is turned off). NOTE - This feature works on ITF barcodes only.
getter/setter pairinherited
-
minFocusDistanceLock
↔ bool?
-
Lock focus distance withing minimum possible range
getter/setter pairinherited
-
minimum1DBarcodesQuietZone
↔ int?
-
Optional minimum required quiet zone on the barcode. Measured in modules (the size of minimal bar on the barcode). The default is 10. NOTE - This feature works on ITF barcodes only.
getter/setter pairinherited
-
minimumTextLength
↔ int?
-
Optional minimum required text length of the detected barcode. The default is 0 (setting is turned off). NOTE - This feature works on ITF barcodes only.
getter/setter pairinherited
-
msiPlesseyChecksumAlgorithm
↔ MSIPlesseyChecksumAlgorithm?
-
The checksum algorithm for MSI Plessey barcodes. The default value is MOD_10.
getter/setter pairinherited
-
orientationLockMode
↔ OrientationLockMode?
-
UI Interface orientation lock mode
getter/setter pairinherited
-
overlayConfiguration
↔ SelectionOverlayConfiguration?
-
The selection overlay configuration.
getter/setter pairinherited
-
pinchToZoomEnabled
↔ bool?
-
When this property is set to true, the zoom can be activated by a pinch gesture somewhere in the receivers view. iOS only.
getter/setter pairinherited
-
replaceCancelButtonWithIcon
↔ bool?
-
If
true
, replaces the cancel button in the top bar with a back arrow icon. The default value is FALSE. Android only.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
screen
↔ String?
-
The configuration object should be applied for this screen
getter/setter pairoverride
-
shouldAnimateZooming
↔ bool?
-
Defines, if zooming in or out should be animated. iOS only.
getter/setter pairinherited
-
stripCheckDigits
↔ bool?
-
With this option enabled, the scanner removes checks digits for UPC, EAN and MSI Plessey codes. Has no effect if both single and double digit MSI Plessey checksums are enabled. The default is
false
getter/setter pairinherited
-
successBeepEnabled
↔ bool?
-
Whether scanner screen should make a sound on successful barcode or MRZ detection.
getter/setter pairinherited
-
topBarBackgroundColor
↔ Color?
-
Background color of the top bar.
getter/setter pairinherited
-
topBarButtonsColor
↔ Color?
-
Foreground color of the cancel button.
getter/setter pairinherited
-
touchToFocusEnabled
↔ bool?
-
Whether touch-to-focus is enabled on camera preview. Enabled by default. Android only.
getter/setter pairinherited
-
useButtonsAllCaps
↔ bool?
-
Controls whether buttons should use all capitals style, as defined by the Android Material Design. Defaults to TRUE. Android only.
getter/setter pairinherited
-
version
↔ String?
-
A version of the configuration object
getter/setter pairinherited
-
viewFinderEnabled
↔ bool?
-
Display the region of interest. The default value is TRUE.
getter/setter pairinherited