dynamsoft_barcode_reader_bundle_flutter 11.0.5200
dynamsoft_barcode_reader_bundle_flutter: ^11.0.5200 copied to clipboard
The DynamsoftBarcodeReaderBundle Flutter SDK enables you to efficiently embed barcode reading functionality in Flutter APPs using just a few lines of code. Saving you months of added development time [...]
11.0.5200 #
- Initial release of dynamsoft_barcode_reader_bundle Flutter plugin.
- Introduced a new
BarcodeScannercomponent, offering a faster and easier way to integrate barcode scanning into your apps.BarcodeScanner: The main class ofBarcodeScannercomponent. It is an activity class that implements barcode decoding features.BarcodeScannerConfig: The class that provides barcode scanning configurations.BarcodeScanResult: The result class.EnumResultStatus: An enumeration class that describes the result status.
- Improved barcode decoding performance.
- Improved the reading rate of 1D barcode by introducing a new deblurring deep-learning model.
- Improved the CODE_128 and DataMatrix DeepAnalysis algorithms for better decoding accuracy and performance.
- Added support for new barcode types: CODE_32, MATRIX_25, KIX, and TELEPEN.
- Added GS1 Application Identifiers (AI) support for improved code parsing capabilities.