Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
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.
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.