Skip to content

Commit 9397fae

Browse files
committed
prepare git release 0.18.0
1 parent 0bf3260 commit 9397fae

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

example/pubspec.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ dependencies:
1919
git:
2020
url: https://github.com/maplibre/flutter-maplibre-gl.git
2121
path: maplibre_gl_platform_interface
22-
ref: git-release-0.17.0
22+
ref: git-release-0.18.0
2323

2424
maplibre_gl:
2525
git:
2626
url: https://github.com/maplibre/flutter-maplibre-gl.git
27-
ref: git-release-0.17.0
27+
ref: git-release-0.18.0
2828

2929
location: ^5.0.3
3030
path_provider: ^2.0.15
@@ -38,13 +38,13 @@ dependencies:
3838
# e.g. because you contribute to the project.
3939
# If the following lines are not commented out, your local versions of the sub-plugins will be used,
4040
# instead of the hosted ones.
41-
dependency_overrides:
42-
maplibre_gl_platform_interface:
43-
path: ../maplibre_gl_platform_interface
44-
maplibre_gl_web:
45-
path: ../maplibre_gl_web
46-
maplibre_gl:
47-
path: ..
41+
# dependency_overrides:
42+
# maplibre_gl_platform_interface:
43+
# path: ../maplibre_gl_platform_interface
44+
# maplibre_gl_web:
45+
# path: ../maplibre_gl_web
46+
# maplibre_gl:
47+
# path: ..
4848

4949
dev_dependencies:
5050
flutter_lints: ^2.0.1

maplibre_gl_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
git:
2222
url: https://github.com/maplibre/flutter-maplibre-gl.git
2323
path: maplibre_gl_platform_interface
24-
ref: main
24+
ref: git-release-0.18.0
2525
image: ^4.0.17
2626

2727
dependency_overrides:

pubspec.yaml

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

2020
dependency_overrides:
2121
maplibre_gl_platform_interface:

0 commit comments

Comments
 (0)