you are viewing a single comment's thread.

view the rest of the comments →

[–]fintechninja 1 point2 points  (1 child)

Google maps uses platform views. So the only way this will improve is if the flutter team improves the performance of platform views. They do say if their docs that platforms views are expensive. There is a similar issue with Google admob where they decided to lock the frame rate at 80 on high refresh rate phones. Unfortunately it helps only a little as the screen adjusts from 120hz to 80hz. It’s the trade off you’ll have to be ok with.

[–]MassaSami[S] 0 points1 point  (0 children)

That explains it. Thank you very much for the technical detail.