dynamsoft_barcode_reader_bundle_flutter 11.0.5201 copy "dynamsoft_barcode_reader_bundle_flutter: ^11.0.5201" to clipboard
dynamsoft_barcode_reader_bundle_flutter: ^11.0.5201 copied to clipboard

The Dynamsoft Barcode Reader Flutter SDK.

11.0.5201 #

  • Fixed
    • Small fixes and tweaks.

11.0.5200 #

  • Initial release of dynamsoft_barcode_reader_bundle Flutter plugin.
  • Introduced a new BarcodeScanner component, offering a faster and easier way to integrate barcode scanning into your apps.
    • BarcodeScanner: The main class of BarcodeScanner component. 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.