Skip to content

Commit 8efd6ed

Browse files
committed
update readme
1 parent 8767fa2 commit 8efd6ed

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.3.1
2+
- update important readme
13
## 1.3.0
24
- add huawei sdk for android decoder
35
## 1.2.0

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ String result = await Scan.parse(imagePath);
7676
```dart
7777
controller.toggleTorchMode();
7878
```
79+
### proguard-rules
80+
```
81+
-ignorewarnings
82+
-keepattributes *Annotation*
83+
-keepattributes Exceptions
84+
-keepattributes InnerClasses
85+
-keepattributes Signature
86+
-keepattributes SourceFile,LineNumberTable
87+
-keep class com.huawei.hianalytics.**{*;}
88+
-keep class com.huawei.updatesdk.**{*;}
89+
-keep class com.huawei.hms.**{*;}
90+
```
7991

8092
# License
8193
MIT License

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scan
22
description: scan qrcode in widget tree.decode qrcode image from path.
3-
version: 1.3.0
3+
version: 1.3.1
44
homepage: https://github.com/chavesgu/FlutterScan
55

66
environment:

0 commit comments

Comments
 (0)