From fb4a5bf97d922b6037c3678f81eaf8feff5d0b40 Mon Sep 17 00:00:00 2001 From: Trang Nguyen <thi_huyen_trang.nguyen@student.reutlingen-university.de> Date: Mon, 30 Nov 2020 12:22:06 +0100 Subject: [PATCH] KAT-51: Deleted the image_picker library in pubspec.yaml --- rescueapp/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescueapp/pubspec.yaml b/rescueapp/pubspec.yaml index 7151fc4..ddda162 100644 --- a/rescueapp/pubspec.yaml +++ b/rescueapp/pubspec.yaml @@ -23,7 +23,7 @@ environment: dependencies: flutter: sdk: flutter - image_picker: + # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. -- GitLab