Skip to content

Commit 97bb13e

Browse files
committed
Fix broken import
1 parent 98065fb commit 97bb13e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.9+1
2+
3+
- Fix a bad import causing mobile builds to fail
4+
15
## 2.0.9
26

37
- Updated QrViewController to self-dispose when the QrView is disposed

lib/src/qr_code_scanner.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import 'types/camera.dart';
1313
import 'types/camera_exception.dart';
1414
import 'types/features.dart';
1515
import 'web/flutter_qr_stub.dart'
16-
if (dart.library.io) "web/flutter_qr_web.dart"
1716
if (dart.library.js) "web/flutter_qr_web.dart"
1817
if (dart.library.js_interop) "web/flutter_qr_web.dart"
1918
if (dart.library.html) "web/flutter_qr_web.dart";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qr_code_scanner_plus
22
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
44
homepage: https://vespr.xyz
55
repository: https://github.com/vespr-wallet/qr_code_scanner_plus
66

0 commit comments

Comments
 (0)