maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
226 stars 125 forks source link

setConnected fully impelementation #491

Open ciakov opened 2 months ago

ciakov commented 2 months ago

Globals setOffline function was mapping "false" parameter to null when calling setConnected. Now it accepts bool? so null is mapped to null true is mapped to false and false is mapped to true. This has been done for Android implementation. For iOS I didn't find any implementation.