From 7cea3055141c73ac3c902272be521dd98f766218 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Wed, 14 Jul 2021 14:04:54 +0000 Subject: [PATCH] fix: Image picker on Android 11 --- pubspec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 35e934fe6..de629edeb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,11 @@ dependencies: flutter_typeahead: ^3.2.0 future_loading_dialog: ^0.2.1 hive_flutter: ^1.1.0 - image_picker: ^0.8.1+3 + image_picker: + git: + url: https://gitlab.com/famedly/company/frontend/flutter-plugins.git + ref: image_picker_camera_on_android11 + path: packages/image_picker/image_picker intl: any localstorage: ^4.0.0+1 lottie: ^1.1.0