From 22df42dcacdb623d41a807998caa7d50d608b054 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Fri, 24 Sep 2021 12:07:28 +0200 Subject: [PATCH] chore: Use geolocator floss --- pubspec.lock | 8 +++++--- pubspec.yaml | 6 +++++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 978863573..abfe2929d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -539,9 +539,11 @@ packages: geolocator: dependency: "direct main" description: - name: geolocator - url: "https://pub.dartlang.org" - source: hosted + path: geolocator + ref: master + resolved-ref: "8f3320da99d2fcab6699bc35c5edbc28ee56a3d0" + url: "https://gitlab.com/free2pass/flutter-geolocator-floss.git" + source: git version: "7.6.0" geolocator_android: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 31fce2574..2b25c7206 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -43,7 +43,11 @@ dependencies: flutter_svg: ^0.22.0 flutter_typeahead: ^3.2.1 future_loading_dialog: ^0.2.1 - geolocator: ^7.6.0 + geolocator: + git: + url: https://gitlab.com/free2pass/flutter-geolocator-floss.git + ref: master + path: geolocator hive_flutter: ^1.1.0 image_picker: ^0.8.4 intl: any