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
78 changes: 63 additions & 15 deletions _includes/sidelist-programming/programming-flutter.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<li lang="flutter"><a style="cursor:pointer;color:#3c3c3c">Explore Features</a>
<ul lang="flutter">
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/ui-customization.html" style="cursor:pointer;color:#3c3c3c">UI Customization</a></li>
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/advanced-features.html" style="cursor:pointer;color:#3c3c3c">Advanced Features</a></li>
</ul>
</li>
<li lang="flutter"><a href="{{ site.dbr_flutter }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>
Expand All @@ -35,21 +36,63 @@
<ul lang="flutter">
<li lang="flutter"><a>Classes</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/captured-result.html" class="otherLinkColour">CapturedResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-view.html" class="otherLinkColour">CameraView</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/torch-button.html" class="otherLinkColour">TorchButton</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/feedback.html" class="otherLinkColour">FeedBack</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-field.html" class="otherLinkColour">ParsedField</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li>
<li lang="flutter"><a>Core Capture Vision</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/captured-result.html" class="otherLinkColour">CapturedResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/multi-frame-result-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li>
</ul>
</li>
<li lang="flutter"><a>Barcode Results</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li>
</ul>
</li>
<li lang="flutter"><a>Barcode Format Details</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/aztec-details.html" class="otherLinkColour">AztecDetails</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/datamatrix-details.html" class="otherLinkColour">DataMatrixDetails</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/oned-details.html" class="otherLinkColour">OneDCodeDetails</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/pdf417-details.html" class="otherLinkColour">PDF417Details</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/qr-code-details.html" class="otherLinkColour">QRCodeDetails</a></li>
</ul>
</li>
<li lang="flutter"><a>Camera & View Components</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-view.html" class="otherLinkColour">CameraView</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-toggle-button.html" class="otherLinkColour">CameraToggleButton</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/torch-button.html" class="otherLinkColour">TorchButton</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/feedback.html" class="otherLinkColour">FeedBack</a></li>
</ul>
</li>
<li lang="flutter"><a>Parsing Results</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-field.html" class="otherLinkColour">ParsedField</a></li>
</ul>
</li>
<li lang="flutter"><a>Image Processing</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-data.html" class="otherLinkColour">ImageData</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-io.html" class="otherLinkColour">ImageIO</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-processor.html" class="otherLinkColour">ImageProcessor</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/intermediate-result-manager.html" class="otherLinkColour">IntermediateResultManager</a></li>
</ul>
</li>
<li lang="flutter"><a>Utilities</a>
<ul lang="flutter">
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/dsrect.html" class="otherLinkColour">DSRect</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
</ul>
</li>
</ul>
</li>
<li lang="flutter"><a class="otherLinkColour">Enumerations</a>
Expand All @@ -58,6 +101,7 @@
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/preset-template.html" class="otherLinkColour">EnumPresetTemplate</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/localization-mode.html" class="otherLinkColour">EnumLocalizationMode</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/deblur-mode.html" class="otherLinkColour">EnumDeblurMode</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/colour-channel.html" class="otherLinkColour">EnumColourChannel</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/grayscale-enhancement-mode.html" class="otherLinkColour">EnumGrayscaleEnhancementMode</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/grayscale-transformation-mode.html" class="otherLinkColour">EnumGrayscaleTransformationMode</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/captured-result-item-type.html" class="otherLinkColour">EnumCapturedResultItemType</a></li>
Expand All @@ -66,6 +110,10 @@
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/enhanced-features-camera.html" class="otherLinkColour">EnumEnhancedFeatures</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/drawing-layer-id.html" class="otherLinkColour">EnumDrawingLayerId</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/filter-type.html" class="otherLinkColour">EnumFilterType</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/image-pixel-format.html" class="otherLinkColour">EnumImagePixelFormat</a></li>
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/qr-code-correction.html" class="otherLinkColour">EnumQRCodeCorrection</a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ description: Dynamsoft Barcode Reader Mobile SDK Documentation Homepage

- ![MAUI Icon]({{site.assets}}img-icon/homepage/MAUI.svg){:class="maui"} [MAUI]({{ site.dbr_maui }}){:target="_blank"}
- ![Flutter Icon]({{site.assets}}img-icon/homepage/Flutter.svg){:class="flutter"} [Flutter]({{ site.dbr_flutter }}){:target="_blank"}
- ![React Native Icon]({{site.assets}}img-icon/homepage/React Native.svg){:class="react"} [React Native](https://www.dynamsoft.com/capture-vision/docs/programming/react-native/){:target="_blank"}
- ![React Native Icon]({{site.assets}}img-icon/homepage/React Native.svg){:class="react"} [React Native](https://github.com/Dynamsoft/barcode-reader-react-native-samples?tab=readme-ov-file#api-references){:target="_blank"}
4 changes: 2 additions & 2 deletions programming/android/foundational-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ There are two ways to add the libraries into your project - **Manually** and **M
>1.
```groovy
dependencies {
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
implementation 'com.dynamsoft:barcodereaderbundle:11.2.3000'
}
```
2.
```kotlin
dependencies {
implementation("com.dynamsoft:barcodereaderbundle:11.2.1000")
implementation("com.dynamsoft:barcodereaderbundle:11.2.3000")
}
```

Expand Down
8 changes: 8 additions & 0 deletions programming/android/release-notes/android-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ noTitleIndex: true

# Release Notes for Android SDK - 11.x

## 11.2.3000 (11/05/2025)

### Fixed

- Resolved an issue where `CaptureVisionRouter.startCapturing` could take longer than expected to complete.
- Fixed an issue where `initLicense` could take longer than expected to complete.
- Fixed an issue where the app could crash when a `CameraView` instance was created using `new CameraView()`.

## 11.2.1000 (10/16/2025)

### 🎉Milestone Release
Expand Down
1 change: 1 addition & 0 deletions programming/android/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permalink: /programming/android/release-notes/

# Dynamsoft Barcode Reader Android SDK - Release Notes

- [11.2.3000 (11/05/2025)]({{ site.android_release_notes }}android-11.html#1123000-11052025)
- [11.2.1000 (10/16/2025)]({{ site.android_release_notes }}android-11.html#1121000-10162025)
- [11.0.5000 (07/29/2025)]({{ site.android_release_notes }}android-11.html#1105000-07292025)
- [11.0.3000 (05/15/2025)]({{ site.android_release_notes }}android-11.html#1103000-05152025)
Expand Down
4 changes: 2 additions & 2 deletions programming/android/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
>1.
```groovy
dependencies {
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
implementation 'com.dynamsoft:barcodereaderbundle:11.2.3000'
}
```
2.
```kotlin
dependencies {
implementation("com.dynamsoft:barcodereaderbundle:11.2.1000")
implementation("com.dynamsoft:barcodereaderbundle:11.2.3000")
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ class BarcodeScanResult

| Property | Type | Description |
| -------- | ---- | ----------- |
| [`barcodes`](#barcodes) | *List\<BarcodeResultItem\>* | Represents all the decoded barcodes in a list of [`BarcodeResultItem`](../capture-vision-router-lite/barcode-result-item.md). |
| [`barcodes`](#barcodes) | *List\<BarcodeResultItem\>* | Represents all the decoded barcodes in a list of [`BarcodeResultItem`](../capture-vision-router/barcode-result-item.md). |
| [`status`](#status) | [*EnumResultStatus*](../enum/result-status.md) | Represents the result status, which can be finished, canceled or exception. |
| [`errorCode`](#errorcode) | *int* | Represents the error code should something go wrong during the barcode scanning process. |
| [`errorString`](#errorstring) | *string* | Represents the error message associated with the error code should something go wrong during the barcode scanning process. |

### barcodes

Represents all the decoded barcodes in an array of [`BarcodeResultItem`](../capture-vision-router-lite/barcode-result-item.md).
Represents all the decoded barcodes in an array of [`BarcodeResultItem`](../capture-vision-router/barcode-result-item.md).

```dart
List<BarcodeResultItem>? barcodes;
```

**Remarks**

Each individual decoded barcode comes out as a [`BarcodeResultItem`](../capture-vision-router-lite/barcode-result-item.md), which is part of the Foundational Capture Vision API.
Each individual decoded barcode comes out as a [`BarcodeResultItem`](../capture-vision-router/barcode-result-item.md), which is part of the Foundational Capture Vision API.

### status

Expand Down
2 changes: 1 addition & 1 deletion programming/flutter/api-reference/barcode-scanner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ The BarcodeScanner class is built on top of the Capture Vision Foundational API

### BarcodeScanResult

[`BarcodeScanResult`](barcode-scan-result.md) is a result class that contains all the decoded barcodes and their associated info. This class is dependent on the [`BarcodeResultItem`](../capture-vision-router-lite/barcode-result-item.md) class which is part of the Capture Vision Foundational API.
[`BarcodeScanResult`](barcode-scan-result.md) is a result class that contains all the decoded barcodes and their associated info. This class is dependent on the [`BarcodeResultItem`](../capture-vision-router/barcode-result-item.md) class which is part of the Capture Vision Foundational API.

Loading