Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set dependencies from git #319

Merged
merged 3 commits into from
Jun 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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