-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add multiple maps support * fix ScrollingMapPage example * use local dependencies
- Loading branch information
Showing
10 changed files
with
192 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4a80c87
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this commit breaks the build
Error on line 10, column 11: Invalid description in the "mapbox_gl" pubspec on the "mapbox_gl_platform_interface" dependency: "mapbox_gl_platform_interface" is a relative path, but this isn't a local pubspec.
4a80c87
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kleeb Are you using the plugin through a git dependency in pubspec.yaml?
Also, there's #319 to change these dependencies.
4a80c87
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, there are some reasons:
mapbox_gl: git: url: git://github.com/tobrun/flutter-mapbox-gl.git ref: master