Joscha Eckert

Results 68 comments of Joscha Eckert

Similar issues happen here: ### False positive [maplibre_gl](https://pub.dev/packages/maplibre_gl/score) is marked wasm compatible on pub.dev. It doesn't include dart:io but uses [maplibre_gl_web](https://pub.dev/packages/maplibre_gl_web/score) for its web implementation like a lot of other...

Thank you for this bug report @ianthetechie. The problem your build fails is that you need to set the used kotlin version to be at least 1.9.0. In `android/settings.gradle` update...

@kuhnroyal It got increased in https://github.com/maplibre/flutter-maplibre-gl/pull/270 about a year ago. ~~Do you think it's possible to lower the kotlin version?~~

Some research: - maplibre-native 10.2.0 - [uses kotlin 1.7.20](https://github.com/maplibre/maplibre-native/blob/d5fae9910d985f86f39e5d9f97249d5511b6b76a/platform/android/gradle/dependencies.gradle#L37) - flutter-maplibre-gl increased it from 1.7.10 to 1.9.0 in https://github.com/maplibre/flutter-maplibre-gl/pull/270 - maplibre-native 11.0.0 - [uses kotlin 1.9.21](https://github.com/maplibre/maplibre-native/blob/04c842f45d11c3ee468187193943198cc7599778/platform/android/gradle/libs.versions.toml#L22C11-L22C17) A new created flutter...

Great suggestion @T-moz! I'd love to see a deacrese in code that is not type safe and Pigeon seems like a great choice.

Thanks for creating this feature request @smallTrogdor. > Simplifying annotation create, update and delete methods by only exposing a single method which takes a sealed class annotation from which there...

Sorry for my late reply @smallTrogdor. I I think that's a great idea. I've seen that all methods come down call `_setAll()` in the end so there isn't really anything...

The current implementation in maplibre_gl is about the same as in mapbox_gl. This feature would move us more apart from the mapbox_gl API, question is how much this matters to...

Hi @smallTrogdor, I haven't heared back from @kuhnroyal but I think your proposed changes are a good idea to clean up the controllers' API. As https://github.com/maplibre/flutter-maplibre-gl/pull/444 is currently stale you...

Thanks for the bug report. Following the stack trace, the error happens because of https://github.com/fleaflet/flutter_map/blob/89d49d97e97059de3c945a793f69292b2e18266f/lib/src/layer/tile_layer/tile_layer.dart#L554. However I don't know why the NetworkTileProvider shows up in the stack trace since the...