From 49248888799b56be5a31db16ce93daac39635093 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 21 Nov 2022 16:05:19 -0500 Subject: [PATCH] Don't require android.hardware.camera feature (#97) flutter_barcode_scanner pulls in this feature but we only need it to be optional. This should help expand support on Chromebook devices. --- android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 54cbbdf..8c78035 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -7,7 +7,8 @@ FlutterApplication and put your custom class here. --> - +