From ef6487b210f2c52b01c5ee7aad63672648ee41b8 Mon Sep 17 00:00:00 2001 From: mozochek Date: Wed, 25 Dec 2024 10:10:51 +0300 Subject: [PATCH] fix: removed commented aurora target --- .../lib/src/method_channel/mobile_scanner_method_channel.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile_scanner/lib/src/method_channel/mobile_scanner_method_channel.dart b/packages/mobile_scanner/lib/src/method_channel/mobile_scanner_method_channel.dart index b6e102a..56230d7 100644 --- a/packages/mobile_scanner/lib/src/method_channel/mobile_scanner_method_channel.dart +++ b/packages/mobile_scanner/lib/src/method_channel/mobile_scanner_method_channel.dart @@ -73,7 +73,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform { if (defaultTargetPlatform == TargetPlatform.android || defaultTargetPlatform == TargetPlatform.iOS || - // defaultTargetPlatform == TargetPlatform.aurora) { + defaultTargetPlatform == TargetPlatform.aurora || defaultTargetPlatform == TargetPlatform.linux) { final double? width = event['width'] as double?; final double? height = event['height'] as double?;