From 5e292b55235844fb09bf2f0938cfd05cd65d4616 Mon Sep 17 00:00:00 2001 From: Trang Nguyen <thi_huyen_trang.nguyen@student.reutlingen-university.de> Date: Fri, 20 Nov 2020 17:24:25 +0100 Subject: [PATCH] KAT-50: Deleted unnecessary library in pubspec.yaml --- rescueapp/pubspec.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/rescueapp/pubspec.yaml b/rescueapp/pubspec.yaml index 6999884..ddda162 100644 --- a/rescueapp/pubspec.yaml +++ b/rescueapp/pubspec.yaml @@ -24,15 +24,6 @@ dependencies: flutter: sdk: flutter - camera: ^0.5.7+2 - image_picker: ^0.6.2+3 - path_provider: - sqflite: ^1.2.0 - path: ^1.6.4 - share: ^0.6.5+4 - shared_preferences: ^0.5.6+1 - video_player: ^0.10.0 - flutter_bloc: ^3.2.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. -- GitLab