File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.3.1
2
+ - update important readme
1
3
## 1.3.0
2
4
- add huawei sdk for android decoder
3
5
## 1.2.0
Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ String result = await Scan.parse(imagePath);
76
76
``` dart
77
77
controller.toggleTorchMode();
78
78
```
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
+ ```
79
91
80
92
# License
81
93
MIT License
Original file line number Diff line number Diff line change 1
1
name : scan
2
2
description : scan qrcode in widget tree.decode qrcode image from path.
3
- version : 1.3.0
3
+ version : 1.3.1
4
4
homepage : https://github.com/chavesgu/FlutterScan
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments