dynamsoft_capture_vision_flutter 1.3.0 dynamsoft_capture_vision_flutter: ^1.3.0 copied to clipboard
Dynamsoft Capture Vision Flutter SDK provides the ability to decode barcodes, recognize labels, detect and normalize documents.
1.3.0 #
- Updated the SDK to support Flutter 3. The lowest supported Flutter version is 3.10.0.
- Added a new class
EnumEnhancedFeatures
for user to specify the enhanced features ofDynamsoftCameraEnhancer
. - Added a series of zoom control APIs.
enableEnhancedFeatures
to enable the specified enhanced feature(s).disableEnhancedFeatures
to disable the specified enhanced feature(s).setZoomFactor
to set the zoom factor.setAutoZoomRange
to set the auto zoom range.getAutoZoomRange
to get the auto zoom range.getMaxZoomFactor
to get the max zoom factor.
1.2.2 #
Fixed #
- Fixed a crash bug on the devices that do not support 16:9 size resolution.
- Fixed a display bug when the display orientation is landscape.
1.2.0 #
New #
- Extended
DBRRuntimeSettings
with more mode parameters. You can further optimize the barcode decoding performance of your project with the mode parameters:binarizationModes
deblurLevel
deblurModes
region
scaleDownThreshold
scaleUpModes
textResultOrderModes
furtherModes
- Added a new class
FurtherModes
to set thefurtherModes
parameter ofDBRRuntimeSettings
. - Added new methods
setModeArgument
andgetModeArgument
in classDCVBarcodeReader
. These two methods give you access to the optional arguments of the mode parameters. - Added enumeration classes to set mode parameters.
1.1.0 #
New #
- Added a new method
decodeFile
in Barcode Reader module to decode barcodes from an image file. - Added a new method
enableResultVerification
in Barcode Reader module to further improve the accuracy of barcode result. - Added a new property
torchButton
toDCVCameraView
class for users to create a torch button on the view. - Added a new class
Rect
. - Added a new property
barcodeBytes
inBarcodeResult
to output the byte data of the barcode. - Added a new property
minResultConfidence
inDBRRuntimeSettings
to filter the barcode results by confidence. - Added a new property
minResultTextLength
inDBRRuntimeSettings
to filter the barcode results by text length. - Added
DCVCameraEnhancer
class. Moved camera control APIs fromDCVCameraView
class toDCVCameraEnhancer
class. Added a new methodselectCamera
inDCVCameraEnhancer
class for users to switch between front-facing camera and back-facing camera. - Added an enumeration
EnumCameraPosition
.
Changes #
- Renamed
DynamsoftBarcodeReader
class toDCVBarcodeReader
. - Renamed
DynamsoftCameraView
class toDCVCameraView
. - Users have to call
DCVCameraEnhancer.open
/DCVCameraEnhancer.close
manually when the application is resumed/inactive.
1.0.1 #
- Fixed a bug.
1.0.0 #
- Dynamsoft Capture Vision is an aggregating SDK of a series of specific functional products. In 1.0 version, The following products are included:
- Dynamsoft Camera Enhancer: Provides camera enhancements and UI configuration APIs.
- Dynamsoft Barcode Reader: Provides barcode decoding algorithm and APIs.