File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.10+1
2
+
3
+ - Increased android compile SDK to 35 and removed android test deps
4
+
1
5
## 2.0.10
2
6
3
7
- Improved back camera selection for WEB on mobile
8
+ - Fixed default overlay for ` QrScannerOverlayShape ` which was full black instead of translucent
4
9
5
10
## 2.0.9+1
6
11
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ android {
34
34
35
35
defaultConfig {
36
36
applicationId " net.touchcapture.qr.flutterqrexample"
37
- // minSdkVersion is determined by Native View.
38
- minSdkVersion 20
37
+ minSdkVersion flutter. minSdkVersion
39
38
targetSdkVersion 35
40
39
versionCode flutterVersionCode. toInteger()
41
40
versionName flutterVersionName
Original file line number Diff line number Diff line change 1
1
name : qr_code_scanner_plus
2
2
description : QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS.
3
- version : 2.0.10
3
+ version : 2.0.10+1
4
4
homepage : https://vespr.xyz
5
5
repository : https://github.com/vespr-wallet/qr_code_scanner_plus
6
6
You can’t perform that action at this time.
0 commit comments