-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] [v5.0.0] General Questions & Ideas #56
Comments
Hi there, glad to hear it's working for you.
If you have any more questions, let me know! |
Thank you for your answer. I confirm that trying to access two maps at the same time (eg for a layer) is not consistent. If tiles are in different stores or in the same store. |
As I really need to access two different maps at the same time, I have implemented flutter_cached_network_image combined with flutter_cache_manager. I have not looked in depth at the differences with your plugin but I get similar cache implementation and management. |
@paul-gdy The issue of being able to use two maps at the same time should've just been resolved! |
Thank you ! I will try this soon. |
Hi
I have implemented the v5 in my project and it looks great on android and ios.
However here are some questions / suggestions :
PaintingBinding.instance?.imageCache?.clear();
await httpClient.get(Uri.parse(url), headers: options.tileProvider.headers);
in image_provider.dart.Thanks
The text was updated successfully, but these errors were encountered: