Skip to content

Commit

Permalink
Pre-release changes to dependencies in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed Oct 6, 2021
1 parent c89282e commit 4422028
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ dependencies:
git:
url: https://github.com/m0nac0/flutter-maplibre-gl.git
path: maplibre_gl_platform_interface
ref: main
ref: release-0.13
mapbox_gl_dart: ^0.1.5
image: ^3.0.2

dependency_overrides:
maplibre_gl_platform_interface:
path: ../maplibre_gl_platform_interface
# dependency_overrides:
# maplibre_gl_platform_interface:
# path: ../maplibre_gl_platform_interface

dev_dependencies:
flutter_test:
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ dependencies:
git:
url: https://github.com/m0nac0/flutter-maplibre-gl.git
path: maplibre_gl_platform_interface
ref: main
ref: release-0.13
maplibre_gl_web:
git:
url: https://github.com/m0nac0/flutter-maplibre-gl.git
path: maplibre_gl_web
ref: main
ref: release-0.13

dependency_overrides:
maplibre_gl_platform_interface:
path: ./maplibre_gl_platform_interface
maplibre_gl_web:
path: ./maplibre_gl_web
# dependency_overrides:
# maplibre_gl_platform_interface:
# path: ./maplibre_gl_platform_interface
# maplibre_gl_web:
# path: ./maplibre_gl_web

flutter:
plugin:
Expand Down

0 comments on commit 4422028

Please sign in to comment.