From 5f40393dd9052eff5585863efd3fe65fc44493ad Mon Sep 17 00:00:00 2001 From: krille-chan Date: Mon, 27 May 2024 21:19:36 +0200 Subject: [PATCH] build: Use correct pubspec.yaml format for hosted dependency --- pubspec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 17ad68c67..3f7938580 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -152,9 +152,8 @@ dependency_overrides: # Until https://github.com/mogol/flutter_secure_storage/issues/616 is fixed flutter_secure_storage_linux: 1.1.3 geolocator_android: - hosted: - name: geolocator_android - url: https://hanntech-gmbh.gitlab.io/free2pass/flutter-geolocator-floss + hosted: https://hanntech-gmbh.gitlab.io/free2pass/flutter-geolocator-floss + version: ^1.0.1 # waiting for null safety # Upstream pull request: https://github.com/AntoineMarcel/keyboard_shortcuts/pull/13 keyboard_shortcuts: