From d9cfecc3575dbae97ea398ec255e6f4f6f23088e Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Thu, 31 Mar 2022 20:56:34 +0200 Subject: [PATCH] switch to custom mobile_scanner --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 98ad5ad2..3a12ae15 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,10 @@ dependencies: json_annotation: ^4.4.0 freezed_annotation: ^1.0.0 window_manager: ^0.2.0 - mobile_scanner: ^1.0.0 + mobile_scanner: + git: + url: https://github.com/AdamVe/mobile_scanner.git + ref: just-android dev_dependencies: flutter_test: