From a5c30493c96640d4ba1b373a509675f6671b21fb Mon Sep 17 00:00:00 2001 From: Ashkan-Sarlak Date: Sat, 3 Dec 2022 15:06:42 +0330 Subject: [PATCH] Upgrade camera to latest version See this issue: https://github.com/am15h/tflite_flutter_helper/issues/57 The mentioned fork upgrades camera to 0.9 which is old for newer projects and creates conflict --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5877a7d..b2c093b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: path_provider: ^2.0.1 tflite_flutter: ^0.9.0 tuple: ^2.0.0 - camera: ^0.8.1+3 + camera: ^0.10.0+4 ffi: ^1.0.0 image: ^3.0.2 dev_dependencies: