From 6a83311a960975597ac2cb6cd647378509cbf1e2 Mon Sep 17 00:00:00 2001 From: Andrea Valenzano Date: Tue, 9 Jun 2020 21:15:20 +0200 Subject: [PATCH] Set dependencies from git (#319) --- mapbox_gl_web/pubspec.yaml | 6 ++++-- pubspec.yaml | 14 +++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/mapbox_gl_web/pubspec.yaml b/mapbox_gl_web/pubspec.yaml index 299925058..d5b3ed38a 100644 --- a/mapbox_gl_web/pubspec.yaml +++ b/mapbox_gl_web/pubspec.yaml @@ -16,8 +16,10 @@ dependencies: flutter_web_plugins: sdk: flutter meta: ^1.1.7 - mapbox_gl_platform_interface: - path: ../mapbox_gl_platform_interface + mapbox_gl_platform_interface: + git: + url: https://github.com/tobrun/flutter-mapbox-gl.git + path: mapbox_gl_platform_interface mapbox_gl_dart: ^0.1.5 image: ^2.1.12 diff --git a/pubspec.yaml b/pubspec.yaml index 07f0f39cd..bbbd88de0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,11 +6,15 @@ homepage: https://github.com/tobrun/flutter-mapbox-gl dependencies: flutter: sdk: flutter - mapbox_gl_platform_interface: - path: mapbox_gl_platform_interface - mapbox_gl_web: - path: mapbox_gl_web - + mapbox_gl_platform_interface: + git: + url: https://github.com/tobrun/flutter-mapbox-gl.git + path: mapbox_gl_platform_interface + mapbox_gl_web: + git: + url: https://github.com/tobrun/flutter-mapbox-gl.git + path: mapbox_gl_web + flutter: plugin: platforms: