Matthieu Pernelle
Matthieu Pernelle
**Setting a FetchPolicy that read data in cache cause memory leak** Each time, a widget start to read the cache, memory usage increase and never go down. Here are the...
I didn't find a way to cancel request that are not needed anymore, even by using `DioLink`. The problem is that http request are still going in the background event...
Before sending geojsonFeature through the method channel, the data is encode. Ex:  the function `jsonEncode` is synchronous, and if the is a lot of data, like a line of...
Fixes https://github.com/maplibre/flutter-maplibre-gl/issues/366 --- Wrapping `jsonEncode` in a `compute` allow data encoding without blocking the main isolate. **BUT** Spawning multiple isolate is very expensive, and can lead to crash. So this...
### Flickers: https://github.com/maplibre/flutter-maplibre-gl/assets/28344195/ed195bb3-1602-4182-8284-397791a7bff4 ### Transparent: https://github.com/maplibre/flutter-maplibre-gl/assets/28344195/e5cfe473-d04e-41e4-916b-e9e500a73ecc ## Steps to reproduce: - I reproduced the bug with the example app of flutter_maplibre_gl. - I used on Samsung galaxy S9 on Android...
According to various map styles specification, the sources properties can ether hold a field `url` or a field `tiles`. - https://docs.geotools.org/stable/userguide/extension/mbstyle/spec/sources.html - https://developer.tomtom.com/map-display-api/documentation/mapstyles/map-style-specification#source-properties - https://maplibre.org/maplibre-style-spec/sources/#sources Currently `tiles` is not supported....
### Ressources: https://www.youtube.com/watch?v=vtB-teu57vw https://github.com/google/flutter-desktop-embedding/issues/98 https://api.flutter.dev/flutter/flutter_test/TestFlutterView-class.html
It would be nice to see the status bar, with the right brightness in golden files.
### Feature Description Currently, communication between dart and the native side is done by using method channel int the `MapLibreMethodChannel` class. This works, but it's hard to maintain, it's not...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior I get this error in production for 1% of my iOS...