Hacker News new | ask | show | jobs
by teho 866 days ago
Flutter apps have god awful performance when there is even a single platform view on the screen. In effect this means that if the app is monetized by ads, have any video, map embed or anything of the sort, it will have sub-30fps and very janky scroll even on iPhone 15 Pro and it really seems that there is no hacks to save you.
1 comments

That hasn’t been true for over a year maybe two at this point.
It is absolutely true still, it is especially bad on iOS and the worst when you have a ProMotion device. They did hard lock the max fps to 80fps on scrollable elements on ProMotion devices, which really is telling enough but it doesn't solve the very noticeable jitter either.
I'm writing a game in Flutter. The game has ads, shaders, custom gesture detectors, ... . I can tell you, it is absolutely butter smooth on iOS.

I tried something similar a few years ago and I would have said you're absolutely right. But with the one I'm writing now, it is quite the different experience.