From 56cdc97e2ded495575aef4142a2a3b6cbbb3eaf4 Mon Sep 17 00:00:00 2001 From: Reid Hurlburt Date: Mon, 7 Mar 2022 00:48:29 -0400 Subject: [PATCH] Change cam dependancy to @camsim99 version that removes .get deprecation bug --- pubspec.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 53d2f2d..8bcd758 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,12 @@ dependencies: amplify_auth_cognito: ^0.4.0 amplify_analytics_pinpoint: ^0.4.0 amplify_authenticator: ^0.1.0-rc.6 - camera: ^0.9.4+14 + # camera: ^0.9.4+14 + camera: + git: + url: https://github.com/camsim99/plugins.git + path: packages/camera/camera + ref: issue_89578_dev dev_dependencies: flutter_test: