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
2 changes: 1 addition & 1 deletion _data/product_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ useGroupedVersion: true

version_info_list_mobile:
- value: latest version
- value: 10.x
- value: 10.x_android_ios_maui
- value: 9.x or older_android_ios
5 changes: 2 additions & 3 deletions programming/flutter/api-reference/barcode-scanner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The BarcodeScanner class is built on top of the Capture Vision Foundational API
[`BarcodeScanner`](barcode-scanner.md) is the main class of the Ready-to-Use edition of the library and contains the API needed to implement the barcode scanning functionality. Please visit the BarcodeScanner Class page to learn about how this class operates.

> [!TIP]
> To learn how to implement the Barcode Reader using the BarcodeScanner API, please read through the [Barcode Reader Integration Guide (Ready-To-Use Edition)](../user-guide.md).
> To learn how to implement the Barcode Reader using the BarcodeScanner API, please read through the [Barcode Reader Integration Guide (Ready-To-Use Edition)](../../user-guide.md).

### BarcodeScannerConfig

Expand All @@ -37,5 +37,4 @@ 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/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`](../barcode-reader/barcode-result-item.md) class which is part of the Capture Vision Foundational API.
2 changes: 1 addition & 1 deletion programming/flutter/samples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All of the samples that have been created for the Dynamsoft Barcode Reader Flutt

### ScanBarcodes_FoundationalAPI

This is a sample that demonstrates the simplest implementation of the Barcode Reader to allow for barcode decoding via the camera using the [Capture Vision Foundational API](../api-reference/capture-vision-router/capture-vision-router.md).
This is a sample that demonstrates the simplest implementation of the Barcode Reader to allow for barcode decoding via the camera using the [Foundational API]({{ site.dbr_flutter_api }}).

[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-flutter-samples/tree/main/ScanBarcodes_FoundationalAPI){:target="_blank"}

Expand Down