In my Flutter app, I am using the flutter_mapbox_map
plugin. I have about 300MB of GeoJSON data which is loading from the server directly to map in pieces. However, in lower-end devices, the app crashes. I have already tried dataset and tileset.
Any solutions are greatly appreciated.