Skip to content

Commit

Permalink
Merge pull request #138 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit fd6cbe42
  • Loading branch information
a362758199 authored Jul 8, 2024
2 parents b93a9bf + 1346148 commit 0c39039
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions programming/flutter/api-reference/barcode-reader.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A barcode reader object accesses to a camera via `DCVCameraView` object at nativ
| Methods | Description |
| ------- | ----------- |
| [`initLicense`](#initlicense) | Initialize the license of Dynamsoft Capture Vision. |
| [`setDeviceFriendlyName`](#setdevicefriendlyname) | Set a human-readable name for your mobile device. |
| [`createInstance`](#createinstance) | Create a barcode reader instance. |
| [`getVersion`](#getversion) | Get the version of `DCVBarcodeReader`, which is packaged in Dynamsoft Capture Vision. |
| [`getRuntimeSettings`](#getruntimesettings) | Get the current runtime settings of `DCVBarcodeReader`. |
Expand Down Expand Up @@ -58,6 +59,14 @@ try {
}
```

## setDeviceFriendlyName

Set a human-readable name for your mobile device.

```dart
Future setDeviceFriendlyName(String deviceFriendlyName)
```

## createInstance

Create a barcode reader instance.
Expand Down
4 changes: 4 additions & 0 deletions programming/flutter/release-notes/flutter-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ breadcrumbText: 1.x

# Release Notes for Flutter SDK - 1.x

## 1.3.1 (07/08/2024)

- Added a new method [`setDeviceFriendlyName`]({{ site.flutter-api }}barcode-reader.html#setdevicefriendlyname) to the class `DCVBarcodeReader` for users to set human readable names for the devices.

## 1.3.0 (04/03/2024)

- Updated the SDK to support Flutter 3. The lowest supported Flutter version is 3.10.0.
Expand Down
1 change: 1 addition & 0 deletions programming/flutter/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ breadcrumbText: Release Notes

# Release Notes - Flutter

- [1.3.1 (07/08/2024)](flutter-1.md#131-07082024)
- [1.3.0 (04/03/2024)](flutter-1.md#130-04032024)
- [1.2.2 (03/17/2023)](flutter-1.md#122-03172023)
- [1.2.1 (01/12/2023)](flutter-1.md#121-01122023)
Expand Down

0 comments on commit 0c39039

Please sign in to comment.