Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
5f8c644
Support setting style JSON on iOS, web (#603)
mhernz Sep 17, 2025
d28dd92
Expose hovering events (#614)
TarekTolba1 Sep 18, 2025
8805da0
Additional functionality exposed (#616)
srmncnk Sep 19, 2025
bebd63d
Prevented calling notifyListeners() after the controller is disposed.…
TarekTolba1 Sep 22, 2025
43156f6
Fixed: Event listener cancellation and hover handling on web. (#623)
TarekTolba1 Sep 27, 2025
770c72d
chore(deps): bump actions/setup-java from 4 to 5 (#611)
dependabot[bot] Sep 27, 2025
2df1ea9
chore(deps): bump actions/checkout from 4 to 5 (#608)
dependabot[bot] Sep 27, 2025
004f6fe
chore(deps): bump very_good_analysis from 6.0.0 to 8.0.0 (#583)
dependabot[bot] Sep 27, 2025
f7c1b52
chore(deps): bump very_good_analysis from 6.0.0 to 10.0.0 (#624)
dependabot[bot] Sep 29, 2025
8cb9b90
chore(deps): bump melos from 6.3.3 to 7.1.1 (#618)
dependabot[bot] Sep 29, 2025
005f834
(chore) Bump android SDK and related versions (#628)
gabbopalma Sep 30, 2025
1ef1779
feat: added set style method on controller (#444)
itheamc Sep 30, 2025
bc90c6b
Fix offline region download crashing the example app (#569)
kuhnroyal Sep 30, 2025
8559539
Added checks if style is fully loaded before accessing it (#563)
albertmoravec Sep 30, 2025
8cdc431
Merge branch 'main' into release-0.23.0
gabbopalma Sep 30, 2025
0e5cc9c
chore(deps): bump com.android.tools.build:gradle from 8.12.0 to 8.13.…
dependabot[bot] Sep 30, 2025
ffee386
chore(deps): bump the root-runtime-deps group with 4 updates (#637)
dependabot[bot] Sep 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maplibre_gl/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.12.0'
classpath 'com.android.tools.build:gradle:8.13.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
6 changes: 3 additions & 3 deletions maplibre_gl_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ environment:

dependencies:
collection: ^1.17.1
device_info_plus: ^11.3.0
device_info_plus: ^12.1.0
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_hooks: ^0.21.3+1
http: ^1.1.0
location: ^5.0.3
location: ^8.0.1
maplibre_gl:
path: ../maplibre_gl
path_provider: ^2.1.5
Expand Down
2 changes: 1 addition & 1 deletion maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
image: ^4.0.17
js: ">=0.6.7 <0.8.0"
js: ^0.7.2
maplibre_gl_platform_interface: ^0.23.0
meta: ^1.3.0

Expand Down