From f6b06e2ae586205aeede0c3849a53b43d4955fe2 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Mon, 31 May 2021 14:06:51 +0200 Subject: [PATCH] hotfix: remove web import --- lib/qr_code_scanner.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/qr_code_scanner.dart b/lib/qr_code_scanner.dart index b675a9f..4220613 100644 --- a/lib/qr_code_scanner.dart +++ b/lib/qr_code_scanner.dart @@ -5,4 +5,3 @@ export 'src/types/barcode_format.dart'; export 'src/types/camera.dart'; export 'src/types/camera_exception.dart'; export 'src/types/features.dart'; -export 'src/web/flutter_qr_web.dart';