Skip to content

Commit

Permalink
Set dependencies from git (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea689 authored Jun 9, 2020
1 parent 4a80c87 commit 6a83311
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 4 additions & 2 deletions mapbox_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 9 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a83311

Please sign in to comment.