From 6ea1ed3eaa0971b337b52f4c31b5a344a8275609 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 1 Sep 2020 17:13:21 +0300 Subject: [PATCH] added geolocation dependency in pubspec --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 657f7b78..f4c5e5c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -99,6 +99,9 @@ dependencies: #hijri hijri: ^2.0.3 + #Handle Geolocation + geolocator: ^6.0.0+1 + #Dependencies for video call implementation native_device_orientation: ^0.3.0 enum_to_string: ^1.0.9