Closed mehmetkalayci closed 1 year ago
Just to clarify, is this a problem with our example project? It seems like you're trying to modify it to load in your own database of offline tiles, but I'm not sure how that's generated nor if this is an issue with our demo project. I would suggest the following steps:
It was not a problem with your example project. But I change the maplibre_gl package with the following package https://github.com/flutter-mapbox-gl/maps.git then the same code worked fine.
Hello,
I'd like to use the app while the device offline but I got black screen. The logs are bellow.
The modified code is bellow;
When I run the app twice, cache.db loaded successfully.
I don't know how to load it properly.