From 9ada9f2da5e8513358bb8061ee627ef2d5b6115f Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 26 Sep 2021 15:06:13 +0200 Subject: [PATCH] fix: Remove unnecessary import --- pubspec.lock | 8 +++----- pubspec.yaml | 6 +----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b3131841..96e072de 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -511,11 +511,9 @@ packages: geolocator: dependency: "direct main" description: - path: geolocator - ref: "7.6.2" - resolved-ref: "47075bb936a85bd94af1922604fce70c0ea66f48" - url: "https://gitlab.com/hanntech-gmbh/free2pass/flutter-geolocator-floss.git" - source: git + name: geolocator + url: "https://pub.dartlang.org" + source: hosted version: "7.6.2" geolocator_android: dependency: "direct overridden" diff --git a/pubspec.yaml b/pubspec.yaml index 91dd06ac..47cfe550 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,11 +44,7 @@ dependencies: flutter_svg: ^0.22.0 flutter_typeahead: ^3.2.1 future_loading_dialog: ^0.2.1 - geolocator: - git: - url: https://gitlab.com/hanntech-gmbh/free2pass/flutter-geolocator-floss.git - ref: 7.6.2 - path: geolocator + geolocator: ^7.6.2 hive_flutter: ^1.1.0 image_picker: ^0.8.4 intl: any