From 3f8e96bba937fe942f35b982a4e191595aa783ed Mon Sep 17 00:00:00 2001 From: Trang Nguyen <thi_huyen_trang.nguyen@student.reutlingen-university.de> Date: Tue, 17 Nov 2020 16:14:18 +0100 Subject: [PATCH] update to pubspec.yaml --- rescueapp/pubspec.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rescueapp/pubspec.yaml b/rescueapp/pubspec.yaml index ddda162..6999884 100644 --- a/rescueapp/pubspec.yaml +++ b/rescueapp/pubspec.yaml @@ -24,6 +24,15 @@ 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