File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.9+1
2
+
3
+ - Fix a bad import causing mobile builds to fail
4
+
1
5
## 2.0.9
2
6
3
7
- Updated QrViewController to self-dispose when the QrView is disposed
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import 'types/camera.dart';
13
13
import 'types/camera_exception.dart' ;
14
14
import 'types/features.dart' ;
15
15
import 'web/flutter_qr_stub.dart'
16
- if (dart.library.io) "web/flutter_qr_web.dart"
17
16
if (dart.library.js) "web/flutter_qr_web.dart"
18
17
if (dart.library.js_interop) "web/flutter_qr_web.dart"
19
18
if (dart.library.html) "web/flutter_qr_web.dart" ;
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.9
3
+ version : 2.0.9+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