Colman Koivisto
Colman Koivisto
> The solution work for me, > > Use Google Docs Viewer: A common workaround for this limitation in Android is to use Google Docs Viewer to display the PDF...
I believe this is an issue on Google Maps' side. For now, I have found a workaround for it. ### Workaround Every time a polygon with a different `polygonId` is...
@jmagman I've tried changing my deployment target to iOS 14 and using GoogleMaps 8.4.0 like you suggested. It didn't fix it, so I opened an issue with Google: https://issuetracker.google.com/issues/328282162
They are suggesting to use the metal renderer. Is there a way to enable that through the Google Maps Flutter library? I'm pretty sure this is a configuration that needs...
In the bug I opened with Google, they asked to create a minimal reproducible example in Swift. I created the example but found that the bug did **not** exist. Therefore,...
Is there any workaround for this? Watching future providers seems like very basic functionality that will be present in many projects so it's a real pain if it's broken. Currently,...
I guess I just expected both `A` and `B` to be disposed when I leave the page and wait. I expected the state of `B` to be reset when I...
My project relies on this task being fixed urgently. If I were to make a PR and it's merged successfully, could it be a part of a minor release, or...
I'm not exactly sure how to fix this. If provider `a` in my example is disposed since we left the screen, should it be allowed to watch anything? Or should...
> The proper solution is to just throw when trying to use watch/listen of disposed refs which is coming in v3. For now we may just have to stick to...