diff --git a/_data/product_version.yml b/_data/product_version.yml index 9ee63725..7fcf4bb7 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -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 \ No newline at end of file diff --git a/programming/flutter/api-reference/barcode-scanner/index.md b/programming/flutter/api-reference/barcode-scanner/index.md index 46594035..324d6256 100644 --- a/programming/flutter/api-reference/barcode-scanner/index.md +++ b/programming/flutter/api-reference/barcode-scanner/index.md @@ -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 @@ -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. diff --git a/programming/flutter/samples/index.md b/programming/flutter/samples/index.md index 9029a0b1..31760833 100644 --- a/programming/flutter/samples/index.md +++ b/programming/flutter/samples/index.md @@ -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"}