Skip to content

Commit 9afced4

Browse files
Merge pull request #369 from dynamsoft-docs/preview
Preview
2 parents 839a71c + 13e3b1a commit 9afced4

File tree

71 files changed

+2488
-470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2488
-470
lines changed

_includes/sidelist-programming/programming-flutter.html

Lines changed: 63 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<li lang="flutter"><a style="cursor:pointer;color:#3c3c3c">Explore Features</a>
1111
<ul lang="flutter">
1212
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/ui-customization.html" style="cursor:pointer;color:#3c3c3c">UI Customization</a></li>
13+
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/advanced-features.html" style="cursor:pointer;color:#3c3c3c">Advanced Features</a></li>
1314
</ul>
1415
</li>
1516
<li lang="flutter"><a href="{{ site.dbr_flutter }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>
@@ -35,21 +36,63 @@
3536
<ul lang="flutter">
3637
<li lang="flutter"><a>Classes</a>
3738
<ul lang="flutter">
38-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li>
39-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li>
40-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/captured-result.html" class="otherLinkColour">CapturedResult</a></li>
41-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
42-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
43-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
44-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/camera-view.html" class="otherLinkColour">CameraView</a></li>
45-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/torch-button.html" class="otherLinkColour">TorchButton</a></li>
46-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/feedback.html" class="otherLinkColour">FeedBack</a></li>
47-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
48-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
49-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
50-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/parsed-field.html" class="otherLinkColour">ParsedField</a></li>
51-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li>
52-
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router-lite/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li>
39+
<li lang="flutter"><a>Core Capture Vision</a>
40+
<ul lang="flutter">
41+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/capture-vision-router.html" class="otherLinkColour">CaptureVisionRouter</a></li>
42+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/captured-result-receiver.html" class="otherLinkColour">CapturedResultReceiver</a></li>
43+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/captured-result.html" class="otherLinkColour">CapturedResult</a></li>
44+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/simplified-capture-vision-settings.html" class="otherLinkColour">SimplifiedCaptureVisionSettings</a></li>
45+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/multi-frame-result-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li>
46+
</ul>
47+
</li>
48+
<li lang="flutter"><a>Barcode Results</a>
49+
<ul lang="flutter">
50+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/decoded-barcodes-result.html" class="otherLinkColour">DecodedBarcodesResult</a></li>
51+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/barcode-result-item.html" class="otherLinkColour">BarcodeResultItem</a></li>
52+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/simplified-barcode-reader-settings.html" class="otherLinkColour">SimplifiedBarcodeReaderSettings</a></li>
53+
</ul>
54+
</li>
55+
<li lang="flutter"><a>Barcode Format Details</a>
56+
<ul lang="flutter">
57+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/aztec-details.html" class="otherLinkColour">AztecDetails</a></li>
58+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/datamatrix-details.html" class="otherLinkColour">DataMatrixDetails</a></li>
59+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/oned-details.html" class="otherLinkColour">OneDCodeDetails</a></li>
60+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/pdf417-details.html" class="otherLinkColour">PDF417Details</a></li>
61+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/qr-code-details.html" class="otherLinkColour">QRCodeDetails</a></li>
62+
</ul>
63+
</li>
64+
<li lang="flutter"><a>Camera & View Components</a>
65+
<ul lang="flutter">
66+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-enhancer.html" class="otherLinkColour">CameraEnhancer</a></li>
67+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-view.html" class="otherLinkColour">CameraView</a></li>
68+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/camera-toggle-button.html" class="otherLinkColour">CameraToggleButton</a></li>
69+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/torch-button.html" class="otherLinkColour">TorchButton</a></li>
70+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/feedback.html" class="otherLinkColour">FeedBack</a></li>
71+
</ul>
72+
</li>
73+
<li lang="flutter"><a>Parsing Results</a>
74+
<ul lang="flutter">
75+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-result.html" class="otherLinkColour">ParsedResult</a></li>
76+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-result-item.html" class="otherLinkColour">ParsedResultItem</a></li>
77+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/parsed-field.html" class="otherLinkColour">ParsedField</a></li>
78+
</ul>
79+
</li>
80+
<li lang="flutter"><a>Image Processing</a>
81+
<ul lang="flutter">
82+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-data.html" class="otherLinkColour">ImageData</a></li>
83+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
84+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-io.html" class="otherLinkColour">ImageIO</a></li>
85+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/image-processor.html" class="otherLinkColour">ImageProcessor</a></li>
86+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/intermediate-result-manager.html" class="otherLinkColour">IntermediateResultManager</a></li>
87+
</ul>
88+
</li>
89+
<li lang="flutter"><a>Utilities</a>
90+
<ul lang="flutter">
91+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/dsrect.html" class="otherLinkColour">DSRect</a></li>
92+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
93+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}capture-vision-router/quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
94+
</ul>
95+
</li>
5396
</ul>
5497
</li>
5598
<li lang="flutter"><a class="otherLinkColour">Enumerations</a>
@@ -58,6 +101,7 @@
58101
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/preset-template.html" class="otherLinkColour">EnumPresetTemplate</a></li>
59102
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/localization-mode.html" class="otherLinkColour">EnumLocalizationMode</a></li>
60103
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/deblur-mode.html" class="otherLinkColour">EnumDeblurMode</a></li>
104+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/colour-channel.html" class="otherLinkColour">EnumColourChannel</a></li>
61105
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/grayscale-enhancement-mode.html" class="otherLinkColour">EnumGrayscaleEnhancementMode</a></li>
62106
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/grayscale-transformation-mode.html" class="otherLinkColour">EnumGrayscaleTransformationMode</a></li>
63107
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/captured-result-item-type.html" class="otherLinkColour">EnumCapturedResultItemType</a></li>
@@ -66,6 +110,10 @@
66110
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/camera-position.html" class="otherLinkColour">EnumCameraPosition</a></li>
67111
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/enhanced-features-camera.html" class="otherLinkColour">EnumEnhancedFeatures</a></li>
68112
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/drawing-layer-id.html" class="otherLinkColour">EnumDrawingLayerId</a></li>
113+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/filter-type.html" class="otherLinkColour">EnumFilterType</a></li>
114+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/focus-mode.html" class="otherLinkColour">EnumFocusMode</a></li>
115+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/image-pixel-format.html" class="otherLinkColour">EnumImagePixelFormat</a></li>
116+
<li lang="flutter"><a href="{{ site.dbr_flutter_api }}enum/qr-code-correction.html" class="otherLinkColour">EnumQRCodeCorrection</a></li>
69117
</ul>
70118
</li>
71119
</ul>

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ description: Dynamsoft Barcode Reader Mobile SDK Documentation Homepage
1919

2020
- ![MAUI Icon]({{site.assets}}img-icon/homepage/MAUI.svg){:class="maui"} [MAUI]({{ site.dbr_maui }}){:target="_blank"}
2121
- ![Flutter Icon]({{site.assets}}img-icon/homepage/Flutter.svg){:class="flutter"} [Flutter]({{ site.dbr_flutter }}){:target="_blank"}
22-
- ![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"}
22+
- ![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"}

programming/android/foundational-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ There are two ways to add the libraries into your project - **Manually** and **M
7070
>1.
7171
```groovy
7272
dependencies {
73-
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
73+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.3000'
7474
}
7575
```
7676
2.
7777
```kotlin
7878
dependencies {
79-
implementation("com.dynamsoft:barcodereaderbundle:11.2.1000")
79+
implementation("com.dynamsoft:barcodereaderbundle:11.2.3000")
8080
}
8181
```
8282

programming/android/release-notes/android-11.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ noTitleIndex: true
1010

1111
# Release Notes for Android SDK - 11.x
1212

13+
## 11.2.3000 (11/05/2025)
14+
15+
### Fixed
16+
17+
- Resolved an issue where `CaptureVisionRouter.startCapturing` could take longer than expected to complete.
18+
- Fixed an issue where `initLicense` could take longer than expected to complete.
19+
- Fixed an issue where the app could crash when a `CameraView` instance was created using `new CameraView()`.
20+
1321
## 11.2.1000 (10/16/2025)
1422

1523
### 🎉Milestone Release

programming/android/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/android/release-notes/
1010

1111
# Dynamsoft Barcode Reader Android SDK - Release Notes
1212

13+
- [11.2.3000 (11/05/2025)]({{ site.android_release_notes }}android-11.html#1123000-11052025)
1314
- [11.2.1000 (10/16/2025)]({{ site.android_release_notes }}android-11.html#1121000-10162025)
1415
- [11.0.5000 (07/29/2025)]({{ site.android_release_notes }}android-11.html#1105000-07292025)
1516
- [11.0.3000 (05/15/2025)]({{ site.android_release_notes }}android-11.html#1103000-05152025)

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
7676
>1.
7777
```groovy
7878
dependencies {
79-
implementation 'com.dynamsoft:barcodereaderbundle:11.2.1000'
79+
implementation 'com.dynamsoft:barcodereaderbundle:11.2.3000'
8080
}
8181
```
8282
2.
8383
```kotlin
8484
dependencies {
85-
implementation("com.dynamsoft:barcodereaderbundle:11.2.1000")
85+
implementation("com.dynamsoft:barcodereaderbundle:11.2.3000")
8686
}
8787
```
8888

programming/flutter/api-reference/barcode-scanner/barcode-scan-result.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ class BarcodeScanResult
2525

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

3333
### barcodes
3434

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

3737
```dart
3838
List<BarcodeResultItem>? barcodes;
3939
```
4040

4141
**Remarks**
4242

43-
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.
43+
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.
4444

4545
### status
4646

programming/flutter/api-reference/barcode-scanner/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ The BarcodeScanner class is built on top of the Capture Vision Foundational API
3737
3838
### BarcodeScanResult
3939

40-
[`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.
40+
[`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.
4141

0 commit comments

Comments
 (0)