androidseb
androidseb
Thanks for pinging me here, looking at Karte's code, it seems like I'll be able to add a few more to my list too, thanks!
I've encountered this issue as well, I'll provide some further insights into this. It seems like this animation "feature" is coming from the Google Maps iOS SDK, see the documentation...
@dnfield this code that produced these PNG images supplied in this issue's description was run via `flutter test`, but I can also confirm that the same behavior occurs on real...
Just adding a quick update here, this is still an issue on the latest version of Flutter today (Flutter 3.19.5).
> A quick follow up. In order to render SVG into destination bitmap dimensions I had to write the following code: > > ``` > final ui.PictureRecorder recorder = ui.PictureRecorder();...
I struggled to get this working, but @FaFre's response helped me figure it out. I'll post my full code sample here in case it helps - I wanted to convert...
Hey, The one reason I could think of if you can't see the labels appearing would be if you have not configured the source by calling `floatingMarkersOverlay.setSource(googleMap);` as shown in...
The code you're showing here is so close to the sample's source code that you could simply take exactly the sample source code to start and make changes little by...
I'm not sure I understand. Are you saying that the base sample app I provided, without any modification is not working for you?
Can you reproduce this on the emulator? If yes, what version of Android?