m0nac0

Results 100 comments of m0nac0

When I tried to provide the minimal reproduction case, I noticed that the same code I couldn't get to work yesterday seems to work fine today. So it seems to...

I'm experimenting with generating code for Flutter apps and found DartPad to be a very cool way to preview both the generated code and the resulting app. Since the code...

Sounds good, thank you for the explanation!

I was able to reproduce this on an Android emulator. Relevant part of the error message: > abort_message: assertion "terminating with uncaught exception of type std::__ndk1::regex_error: The expression contained an...

@TimAlber On what platform and Flutter/maplibre versions are you seeing the issue from the first picture?

Hi, it's true that mapbox:// styles are not supported in this plugin, and I'm not sure whether one could use these styles (Mapbox may consider them to be covered by...

Probably the same issue as https://github.com/flutter-mapbox-gl/maps/issues/195

Thank you for reporting this, I was able to reproduce it on an Android emulator. Curiously, the related code doesn't seem to have been touched recently. Do you happen to...

Yes, you can specify different event callbacks in the `MaplibreMap` constructor, e.g. `onMapLongClick`

> can we raise an event when the long map click ends? When is the long click event raised for you? During the long click? I unfortunately think its not...