Skip to content

Commit 4422028

Browse files
committed
Pre-release changes to dependencies in pubspec
1 parent c89282e commit 4422028

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

maplibre_gl_web/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ dependencies:
2020
git:
2121
url: https://github.com/m0nac0/flutter-maplibre-gl.git
2222
path: maplibre_gl_platform_interface
23-
ref: main
23+
ref: release-0.13
2424
mapbox_gl_dart: ^0.1.5
2525
image: ^3.0.2
2626

27-
dependency_overrides:
28-
maplibre_gl_platform_interface:
29-
path: ../maplibre_gl_platform_interface
27+
# dependency_overrides:
28+
# maplibre_gl_platform_interface:
29+
# path: ../maplibre_gl_platform_interface
3030

3131
dev_dependencies:
3232
flutter_test:

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ dependencies:
1010
git:
1111
url: https://github.com/m0nac0/flutter-maplibre-gl.git
1212
path: maplibre_gl_platform_interface
13-
ref: main
13+
ref: release-0.13
1414
maplibre_gl_web:
1515
git:
1616
url: https://github.com/m0nac0/flutter-maplibre-gl.git
1717
path: maplibre_gl_web
18-
ref: main
18+
ref: release-0.13
1919

20-
dependency_overrides:
21-
maplibre_gl_platform_interface:
22-
path: ./maplibre_gl_platform_interface
23-
maplibre_gl_web:
24-
path: ./maplibre_gl_web
20+
# dependency_overrides:
21+
# maplibre_gl_platform_interface:
22+
# path: ./maplibre_gl_platform_interface
23+
# maplibre_gl_web:
24+
# path: ./maplibre_gl_web
2525

2626
flutter:
2727
plugin:

0 commit comments

Comments
 (0)