From 0a4e5af4e57d7994dffbd98c5832c5e6569450e7 Mon Sep 17 00:00:00 2001 From: Milind Mevada Date: Mon, 6 Jan 2020 16:58:48 +0530 Subject: [PATCH] Added other required dependencies. --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 845f2f5..0f44bea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,6 +35,9 @@ dependencies: url: git@gitlab.com:milind.mevada/firebase_performance_interceptor.git connectivity: ^0.4.6+1 + shared_preferences: ^0.5.6 + permission_handler: ^4.0.0 + cached_network_image: ^2.0.0 dev_dependencies: flutter_test: