Skip to content

Commit 40b6494

Browse files
committed
v2.5.1
1 parent 4eb683c commit 40b6494

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.5.1
2+
* Minor updates.
3+
14
## 2.5.0
25
* Update SDK for web.
36

lib/barcode_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CapturedResult {
1616
@JS()
1717
@anonymous
1818
class CapturedItem {
19-
external String get type;
19+
external int get type;
2020
external String get text;
2121
external String get formatString;
2222
external Location get location;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_barcode_sdk
22
description: The only Flutter barcode SDK for Android, iOS, Web, Windows, Linux, macOS. Supported 1D/2D barcodes include Code39, Code128, EAN13, QR Code, DataMatrix, MaxiCode, PDF417, etc.
3-
version: 2.5.0
3+
version: 2.5.1
44
homepage: https://www.dynamsoft.com/barcode-reader/overview/
55
repository: https://github.com/yushulx/flutter_barcode_sdk
66

0 commit comments

Comments
 (0)