Skip to content

Commit f81c72c

Browse files
update to internal commit 6f5d7b12
1 parent 6f6c84e commit f81c72c

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

programming/flutter/driver-license-user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Support for South African driver licenses is limited - which means that the libr
4646
4747
## Including the Library
4848

49-
1. Run the following command in the root directory of your flutter project to add `dynamsoft_capture_vision_flutter` to the dependencies.
49+
Run the following command in the root directory of your flutter project to add `dynamsoft_capture_vision_flutter` to the dependencies:
5050

5151
```bash
5252
flutter pub add dynamsoft_capture_vision_flutter
5353
```
5454

55-
2. Then run the following command to install all the dependencies:
55+
Then run the following command to install all the dependencies:
5656

5757
```bash
5858
flutter pub get

programming/flutter/foundational-user-guide.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ This guide will help you develop a barcode scanning app using the [Dynamsoft Cap
1414

1515
Dynamsoft Capture Vision (DCV) is an aggregating library for several of Dynamsoft's functional products, including the Dynamsoft Barcode Reader SDK. The [`Capture Vision API`](./api-reference/capture-vision-router-lite/capture-vision-router.md) does not come with a pre-built UI like the BarcodeScanner component (see this [guide](user-guide.md)) - it does provide the user with more parameters to control the barcode reading performance and settings.
1616

17-
## Supported Barcode Symbologies
18-
19-
| Linear (1D) Barcodes | 2D Barcodes | Others |
20-
| :------------------- | :---------- | :----- |
21-
| Code 39 (including Code 39 Extended)<br>Code 93<br>Code 128<br>Codabar<br>Interleaved 2 of 5<br>EAN-8<br>EAN-13<br>UPC-A<br>UPC-E<br>Industrial 2 of 5<br><br><br><br><br><br><br><br> | QR Code (including Micro QR Code and Model 1)<br>Data Matrix<br>PDF417 (including Micro PDF417)<br>Aztec Code<br>MaxiCode (mode 2-5)<br>DotCode<br><br><br><br><br><br><br><br><br><br><br><br> | Patch Code<br><br>GS1 Composite Code<br><br>GS1 DataBar<br><li>Omnidirectional</li><li>Truncated, Stacked</li><li>Stacked Omnidirectional, Limited</li><li>Expanded, Expanded Stacked</li><br>Postal Codes<br><li>USPS Intelligent Mail</li><li>Postnet</li><li>Planet</li><li>Australian Post</li><li>UK Royal Mail</li> |
22-
2317
## System Requirements
2418

2519
* Latest [Flutter SDK](https://flutter.dev/)
@@ -37,13 +31,13 @@ Dynamsoft Capture Vision (DCV) is an aggregating library for several of Dynamsof
3731
3832
## Including the Library
3933

40-
1. Run the following command in the root directory of your flutter project to add `dynamsoft_capture_vision_flutter` to the dependencies
34+
Run the following command in the root directory of your flutter project to add `dynamsoft_capture_vision_flutter` to the dependencies:
4135

4236
```bash
4337
flutter pub add dynamsoft_capture_vision_flutter
4438
```
4539

46-
2. Then run the following command to install all the dependencies:
40+
Then run the following command to install all the dependencies:
4741

4842
```bash
4943
flutter pub get

programming/flutter/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Dynamsoft Barcode Reader (DBR) SDK Flutter Edition is a barcode reading tool des
1313

1414
DBR Flutter provides rich API for developers to easily integrate barcode reading functionality into your Flutter applications. When you start the development journey with DBR Flutter, you can choose the **Ready-To-Use Edition** or the **Foundational Edition** - with each providing its own set of benefits.
1515

16-
- **Ready-To-Use Edition**: This edition of the library comes with its own, built-in, sophisticated UI for the camera view. This edition also simplifies the Barcode Reader configuration and focuses on the core configurations of the Barcode Reader. Overall, this edition allows the developer to spend less time worrying about the UI and the extra steps needed to configure the Barcode Reader, but takes away some of the more intricate configurations that can be applied to the Barcode Reader.
17-
- **Foundational Edition**: This edition of the library is built using the foundational Capture Vision API - allowing the user more detailed control over the initialization and configuration of the Barcode Reader. This edition does not come with a built-in UI like the Ready-To-Use Edition, so the UI setup will fall on the developer. However, using the Foundational Edition does open up a larger variety of parameters that can be controlled via the settings (which can still be used in the RTU Edition, but only via a JSON template).
16+
- ***Ready-To-Use Edition***: This edition of the library comes with its own, built-in, sophisticated UI for the camera view. This edition also simplifies the Barcode Reader configuration and focuses on the core configurations of the Barcode Reader. Overall, this edition allows the developer to spend less time worrying about the UI and the extra steps needed to configure the Barcode Reader, but takes away some of the more intricate configurations that can be applied to the Barcode Reader.
17+
- ***Foundational Edition***: This edition of the library is built using the foundational Capture Vision API - allowing the user more detailed control over the initialization and configuration of the Barcode Reader. This edition does not come with a built-in UI like the Ready-To-Use Edition, so the UI setup will fall on the developer. However, using the Foundational Edition does open up a larger variety of parameters that can be controlled via the settings (which can still be used in the RTU Edition, but only via a JSON template).
1818

1919
Furthermore, DBR provides a powerful parameter system in order to cope with various scenarios. Read <a href="{{ site.dcvb_parameters }}file/index.html">Parameter Reference</a> for details.
2020

programming/flutter/user-guide.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ The `BarcodeScanner` is a ready-to-use component that allows developers to quick
1717

1818
Even though the UI comes with a default look, the [`BarcodeScanner` API](api-reference/barcode-scanner/barcode-scanner.md) provides the developer with customization options for the UI as well as control over the barcode scanning performance via a set of the basic parameters of barcode decoding that the library offers.
1919

20-
## Supported Barcode Symbologies
21-
22-
| Linear (1D) Barcodes | 2D Barcodes | Others |
23-
| :------------------- | :---------- | :----- |
24-
| Code 39 (including Code 39 Extended)<br>Code 93<br>Code 128<br>Codabar<br>Interleaved 2 of 5<br>EAN-8<br>EAN-13<br>UPC-A<br>UPC-E<br>Industrial 2 of 5<br><br><br><br><br><br><br><br> | QR Code (including Micro QR Code and Model 1)<br>Data Matrix<br>PDF417 (including Micro PDF417)<br>Aztec Code<br>MaxiCode (mode 2-5)<br>DotCode<br><br><br><br><br><br><br><br><br><br><br><br> | Patch Code<br><br>GS1 Composite Code<br><br>GS1 DataBar<br><li>Omnidirectional</li><li>Truncated, Stacked</li><li>Stacked Omnidirectional, Limited</li><li>Expanded, Expanded Stacked</li><br>Postal Codes<br><li>USPS Intelligent Mail</li><li>Postnet</li><li>Planet</li><li>Australian Post</li><li>UK Royal Mail</li> |
25-
2620
## Requirements
2721

2822
* Latest [Flutter SDK](https://flutter.dev/)
@@ -40,13 +34,14 @@ Even though the UI comes with a default look, the [`BarcodeScanner` API](api-ref
4034
4135
## Including the Library
4236

43-
1. Run the following command in the root directory of your flutter project to add `dynamsoft-barcode-reader-bundle-flutter` to the dependencies
37+
Run the following command in the root directory of your flutter project to add `dynamsoft-barcode-reader-bundle-flutter` to the dependencies:
4438

4539
```bash
4640
flutter pub add dynamsoft-barcode-reader-bundle-flutter
4741
```
4842

49-
2. Then run the following command to install all the dependencies:
43+
Then run the following command to install all the dependencies:
44+
5045
```bash
5146
flutter pub get
5247
```

0 commit comments

Comments
 (0)