Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _includes/sidelist-programming/programming-flutter.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,11 @@
</li>

<li lang="flutter" class="category">USEFUL RESOURCES</li>
<li lang="flutter"><a href="{{ site.dbr_flutter }}release-notes/" class="otherLinkColour">Release Notes</a></li>

<li lang="flutter" ><a href="{{ site.dbr_flutter }}release-notes/" class="otherLinkColour">Release Notes</a>
<ul lang="flutter" >
<li lang="flutter" ><a href="{{ site.dbr_flutter }}release-notes/flutter-11.html" class="otherLinkColour">Version 11.x</a></li>
</ul>
</li>
<li lang="flutter"><a class="otherLinkColour">Choose a Language</a>
<ul>
<li><a target="_blank" href="{{ site.android }}" class="otherLinkColour refreshLink">Android (Java & Kotlin)</a></li>
Expand Down
96 changes: 96 additions & 0 deletions programming/flutter/release-notes/flutter-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
layout: default-layout
title: Flutter Release Notes - Dynamsoft Barcode Reader Flutter SDK
description: This is the release notes page of Dynamsoft Barcode Reader for Flutter SDK.
keywords: release notes, Flutter, barcode reader
needAutoGenerateSidebar: false
breadcrumbText: Release Notes
---

# Dynamsoft Barcode Reader Flutter SDK - Release Notes

## 11.2.3000 (11/06/2025)

### 🎉Milestone Release

Version 11.2.3000 introduces a series of AI-driven improvements designed to enhance barcode detection accuracy, processing speed, and configuration flexibility.

This release focuses on practical performance gains for production environments across retail, logistics, manufacturing, and identity verification workflows.

### ✨ Key Highlights

#### AI-Powered Barcode Detection and Decoding

- New Localization Models – Introduces [`OneDLocalization`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/localization-modes.html#modelnamearray) and [`DataMatrixQRCodeLocalization`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/localization-modes.html#modelnamearray) neural network models for improved detection of **blurred / low-resolution 1D codes**, or **partially damaged DataMatrix/QR codes**.
- Specialized Decoders – Adds [`EAN13Decoder`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) and [`Code128Decoder`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) models optimized for **long-distance** and **motion-blurred** decoding scenarios.
- Redesigned Deblur Model – The [`OneDDeblur`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) model now provides more effective recovery from **motion and focus blur**.
- Configurable Model Selection – The new `ModelNameArray` parameter supports flexible model loading and fine-grained control for specific barcode types.

#### Precision and Processing Control

- Enhanced Deblur Methods – [`DM_DEEP_ANALYSIS`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#dm_deep_analysis) now includes sub-level control with `OneDGeneral`, `TwoDGeneral`, and `EAN13Enhanced` options.
- Barcode Count Expectation – The new [`ExpectedBarcodesCount`]({{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html) parameter enables **format-specific quantity control** and **early termination** in fixed-count workflows.
- Improved Region Detection – The new [`RPM_GRAY_CONSISTENCY`]({{ site.dcvb_parameters_reference }}image-parameter/region-predetection-modes.html#rpm_gray_consistency) mode provides more precise region extraction based on **grayscale uniformity** and **local consistency** for document and label processing.

### Performance Highlights

#### Barcode Workflows

- Up to **26.5%** higher read rates under blur conditions with as much as **44%** faster processing.
- Reliable decoding of DataMatrix and QR codes with missing or damaged finder patterns.
- Extended operational range beyond 75 cm for long-distance barcode scanning.

### Developer Notes

- Backward Compatibility – Fully compatible with existing integrations; no code-level changes required for upgrade.
- Configuration Flexibility – Expanded parameter set allows comprehensive model configuration for scenario-specific tuning.
- Production Stability – All new models validated in enterprise environments.

### New

- Added a new method, [`switchCapturingTemplate`]({{ site.dcv_flutter_api }}capture-vision-router/capture-vision-router.html#switchcapturingtemplate), which allows switching templates dynamically during the image processing workflow.
- Added a new method, [`clearDLModelBuffers`]({{ site.dcv_flutter_api }}capture-vision-router/capture-vision-router.html#cleardlmodelbuffers), to release memory by clearing buffered deep learning models.
- Added a new method, [`setGlobalIntraOpNumThreads`]({{ site.dcv_flutter_api }}capture-vision-router/capture-vision-router.html#setglobalintraopnumthreads), to configure the global number of threads used for model execution.
- Added barcode details classes:
- [`AztecDetails`](../api-reference/barcode-reader/aztec-details.md)
- [`DataMatrixDetails`](../api-reference/barcode-reader/datamatrix-details.md)
- [`OneDCodeDetails`](../api-reference/barcode-reader/oned-details.md)
- [`QRCodeDetails`](../api-reference/barcode-reader/qr-code-details.md)
- [`PDF417Details`](../api-reference/barcode-reader/pdf417-details.md)
- Added a new button, `cameraToggleButton`, to the `CameraView`, allowing users to switch between the front and back cameras.
The following APIs are provided for configuring the `cameraToggleButton`:
- [`cameraToggleButton`]({{ site.dce_flutter_api }}camera-view.html#cameratogglebutton)
- [`cameraToggleButtonVisible`]({{ site.dce_flutter_api }}camera-view.html#cameratogglebuttonvisible)
- Added new methods to class `ImageIO` for reading and saving images:
- [`readFromMemory`]({{ site.dcv_flutter_api }}utility/image-io.html#readfrommemory)
- [`saveToMemory`]({{ site.dcv_flutter_api }}utility/image-io.html#savetomemory)
- Added a new method [`cropAndDeskewImage`]({{ site.dcv_flutter_api }}utility/image-processor.html#cropanddeskewimage) to class `ImageProcessor` for cropping & deskewing images.

### Deprecated

- Deprecated `ImageManager` class - Use the new [`ImageProcessor`]({{ site.dcv_flutter_api }}utility/image-processor.html), [`ImageDrawer`]({{ site.dcv_flutter_api }}utility/image-drawer.html), and [`ImageIO`]({{ site.dcv_flutter_api }}utility/image-io.html) classes instead

## 11.0.5200 (08/18/2025)

### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dbr11.0)

- Workflow Improvements
- Restructured the parameter control hierarchy at all levels for finer scope definition and more granular process management, with the stage level newly added.
- Enabled custom combinations and sequences of sections, increasing flexibility and operational customization under specific conditions.

- Deep Learning Integration
- Improved the reading rate of 1D barcode by introducing a new deblurring deep-learning model.

- Algorithm Enhancements
- Enabled deduplication at the Region of Interest (ROI) level to consolidate results from multiple tasks.
- 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.

- Engineering Optimizations
- Unified template-loading logic to reduce I/O overhead.
- Implemented conversion functionality between `ImageData` and image files, including both on-disk and in-memory files.

### Fixed

- Fixed an xcframework signature issue.
90 changes: 4 additions & 86 deletions programming/flutter/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -1,95 +1,13 @@
---
layout: default-layout
title: Flutter Release Notes - Dynamsoft Barcode Reader Flutter SDK
title: Release Notes - Dynamsoft Barcode Reader Flutter SDK
description: This is the release notes page of Dynamsoft Barcode Reader for Flutter SDK.
keywords: release notes, Flutter, barcode reader
keywords: release notes, Flutter
needAutoGenerateSidebar: false
breadcrumbText: Release Notes
---

# Dynamsoft Barcode Reader Flutter SDK - Release Notes

## 11.2.3000 (11/06/2025)

### Highlighted Features

- Updated the SDK to Dynamsoft Capture Vision v3.2.1100 and Dynamsoft Barcode Reader v11.2.1100
- Added new image processing utilities including `ImageDrawer`, `ImageIO`, and `ImageProcessor` for enhanced image manipulation capabilities
- Introduced barcode format-specific details classes for QR codes, Aztec codes, Data Matrix codes, OneD codes, and PDF417 codes
- Enhanced camera controls with toggleable camera switching UI components

### New Features

#### CaptureVisionRouter

- Added `switchCapturingTemplate(String templateName)` method to dynamically switch between capture templates
- Added `setGlobalIntraOpNumThreads(int intraOpNumThreads)` method to configure thread pool settings
- Added `clearDLModelBuffers()` method to clear deep learning model buffers

#### Barcode Reader

- Introduced barcode format-specific details classes:
- `AztecDetails` - Provides detailed information for Aztec codes
- `DataMatrixDetails` - Provides detailed information for Data Matrix codes
- `OneDCodeDetails` - Provides detailed information for 1D barcodes
- `QRCodeDetails` - Provides detailed information for QR codes
- `PDF417Details` - Provides detailed information for PDF417 codes
- Added `EnumQRCodeErrorCorrectionLevel` enumeration for QR code error correction levels
- Extended `BarcodeResultItem` with format-specific detail properties:
- `qrCodeDetails` - Details specific to QR codes
- `aztecDetails` - Details specific to Aztec codes
- `dataMatrixDetails` - Details specific to Data Matrix codes
- `oneDCodeDetails` - Details specific to OneD codes
- `pdf417Details` - Details specific to PDF417 codes

#### Camera Enhancer

- Added `cameraToggleButtonVisible` property to `CameraView` to control camera toggle button visibility
- Added `cameraToggleButton` property to `CameraView` for customizable camera switching UI

#### Image Processing Utilities

- Introduced `ImageDrawer` class with:
- `drawOnImage()` method to draw quadrilaterals on images with customizable color and thickness
- Introduced `ImageIO` class with:
- `saveToFile()` method to save images to file system with overwrite control
- Introduced `ImageProcessor` class with comprehensive image processing capabilities:
- `cropImage()` - Crop images using rectangular regions
- `cropAndDeskewImage()` - Crop and deskew images using quadrilaterals with padding and size options
- `adjustBrightness()` - Adjust image brightness
- `adjustContrast()` - Adjust image contrast
- `filterImage()` - Apply image filters (high pass, sharpen, smooth)
- `convertToGray()` - Convert images to grayscale with customizable RGB weights
- `convertToBinaryGlobal()` - Convert to binary using global thresholding
- `convertToBinaryLocal()` - Convert to binary using local adaptive thresholding
- Added `EnumFilterType` enumeration with filter options: `highPass`, `sharpen`, and `smooth`

#### Code Parser

- Added `rawValue` property to `ParsedField` for accessing raw field values

### API Changes

#### Breaking Changes

- Moved `getOriginalImage()` method from `CaptureVisionRouter` to `IntermediateResultManager`
- Old: `CaptureVisionRouter.getOriginalImage()`
- New: `CaptureVisionRouter.IntermediateResultManager.getOriginalImage()`

#### Deprecations

- Deprecated `ImageManager` class - Use the new `ImageProcessor`, `ImageDrawer`, and `ImageIO` classes instead

## 11.0.5201 (08/28/2025)

### Highlighted Features

- Updated the `dynamsoft_capture_vision_flutter` package to include Dynamsoft Capture Vision 3.0.5200 to make use of all the new and enhanced features of Dynamsoft Capture Vision.
- Introduced the **BarcodeScanner** class that offers a **ready-to-use** UI and configuration, making it easier to get the Barcode Reader up and running in a Flutter app
- Updated the underlying Flutter version to Flutter 3.35 for the latest updates in the Flutter framework

> [!NOTE]
> If you would like to learn of the full release notes of Dynamsoft Capture Vision, please visit the [DCV iOS Release Notes]({{ site.dcvb_ios_release_notes }}ios-3.html) and the [DCV Android Release Notes]({{ site.dcvb_android_release_notes }}android-3.html).
>
> To learn of all the changes and highlights in the version history of Dynamsoft Barcode Reader, please visit the [DBR iOS Release Notes]({{ site.oc_release_notes }}) and the [DBR Android Release Notes]({{ site.android_release_notes }}).

- [11.2.3000 (11/06/2025)](flutter-11.md#1123000-11062025)
- [11.0.5200 (08/18/2025)](flutter-11.md#1105200-08182025)
14 changes: 7 additions & 7 deletions programming/react-native/release-notes/react-native-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ breadcrumbText: Release Notes

### 🎉Milestone Release

Version 11.2.3000 introduces a series of AI-driven improvements designed to enhance barcode and MRZ detection accuracy, processing speed, and configuration flexibility.
Version 11.2.3000 introduces a series of AI-driven improvements designed to enhance barcode detection accuracy, processing speed, and configuration flexibility.

This release focuses on practical performance gains for production environments across retail, logistics, manufacturing, and identity verification workflows.

### ✨ Key Highlights

#### AI-Powered Barcode Detection and Decoding

- New Localization Models – Introduces [`OneDLocalization`]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/localization-modes.html#modelnamearray) and [`DataMatrixQRCodeLocalization`]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/localization-modes.html#modelnamearray) neural network models for improved detection of **blurred / low-resolution 1D codes**, or **partially damaged DataMatrix/QR codes**.
- Specialized Decoders – Adds [`EAN13Decoder`]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) and [`Code128Decoder`]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) models optimized for **long-distance** and **motion-blurred** decoding scenarios.
- Redesigned Deblur Model – The [`OneDDeblur`]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) model now provides more effective recovery from **motion and focus blur**.
- New Localization Models – Introduces [`OneDLocalization`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/localization-modes.html#modelnamearray) and [`DataMatrixQRCodeLocalization`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/localization-modes.html#modelnamearray) neural network models for improved detection of **blurred / low-resolution 1D codes**, or **partially damaged DataMatrix/QR codes**.
- Specialized Decoders – Adds [`EAN13Decoder`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) and [`Code128Decoder`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) models optimized for **long-distance** and **motion-blurred** decoding scenarios.
- Redesigned Deblur Model – The [`OneDDeblur`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#modelnamearray) model now provides more effective recovery from **motion and focus blur**.
- Configurable Model Selection – The new `ModelNameArray` parameter supports flexible model loading and fine-grained control for specific barcode types.

#### Precision and Processing Control

- Enhanced Deblur Methods – [`DM_DEEP_ANALYSIS`]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#dm_deep_analysis) now includes sub-level control with `OneDGeneral`, `TwoDGeneral`, and `EAN13Enhanced` options.
- Barcode Count Expectation – The new [`ExpectedBarcodesCount`]({{ site.dcv_parameters_reference }}barcode-format-specification/expected-barcodes-count.html) parameter enables **format-specific quantity control** and **early termination** in fixed-count workflows.
- Improved Region Detection – The new [`RPM_GRAY_CONSISTENCY`]({{ site.dcv_parameters_reference }}image-parameter/region-predetection-modes.html#rpm_gray_consistency) mode provides more precise region extraction based on **grayscale uniformity** and **local consistency** for document and label processing.
- Enhanced Deblur Methods – [`DM_DEEP_ANALYSIS`]({{ site.dcvb_parameters_reference }}barcode-reader-task-settings/deblur-modes.html#dm_deep_analysis) now includes sub-level control with `OneDGeneral`, `TwoDGeneral`, and `EAN13Enhanced` options.
- Barcode Count Expectation – The new [`ExpectedBarcodesCount`]({{ site.dcvb_parameters_reference }}barcode-format-specification/expected-barcodes-count.html) parameter enables **format-specific quantity control** and **early termination** in fixed-count workflows.
- Improved Region Detection – The new [`RPM_GRAY_CONSISTENCY`]({{ site.dcvb_parameters_reference }}image-parameter/region-predetection-modes.html#rpm_gray_consistency) mode provides more precise region extraction based on **grayscale uniformity** and **local consistency** for document and label processing.

### Performance Highlights

Expand Down