From b077b956b54141e46f6765fe9b71af2b726ad53b Mon Sep 17 00:00:00 2001 From: Gabriel Palmisano <56477412+gabbopalma@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:41:31 +0200 Subject: [PATCH] Fix: Aligned example and maplibre_gl_web pubspec versions. (#476) Hi guys, I was trying to run the example application and I noticed that something was going wrong. Analyzing the problem, I found that the versions of some plugins had not been updated since the new 0.20.0 update in the main branch. With this PR I updated the versioning of the pubspec.yaml files of example and maplibre_gl_web. I know it's a simple solution and PR, but useful, also because without it, it isn't possible to run pub gets and the code isn't aligned between folders. Also, it isn't possible to run the example application. --- example/pubspec.yaml | 2 +- maplibre_gl_web/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 71b4a0c82..907af722e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: sdk: flutter http: ^1.1.0 location: ^5.0.3 - maplibre_gl: ^0.19.0 + maplibre_gl: ^0.20.0 path_provider: ^2.0.15 dev_dependencies: diff --git a/maplibre_gl_web/pubspec.yaml b/maplibre_gl_web/pubspec.yaml index 2f320e9e3..1c72fbee1 100644 --- a/maplibre_gl_web/pubspec.yaml +++ b/maplibre_gl_web/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: sdk: flutter image: ^4.0.17 js: ">=0.6.7 <0.8.0" - maplibre_gl_platform_interface: ^0.19.0+2 + maplibre_gl_platform_interface: ^0.20.0 meta: ^1.3.0 dev_dependencies: