Hacker News new | ask | show | jobs
by ignoramous 1646 days ago
How do you find flutter's resource use (CPU/RAM) and general UI performance compared to native equivalents?

There have been charged arguments on HN over the past few months over it.

Ex: https://news.ycombinator.com/item?id=26335062

1 comments

It's not quite an apples-to-apples comparison, but the memory use of FlutterFlow is comparable to WebFlow. Our landing page is built using WebFlow, and I compared memory use of that to a comparably sized project in FF.

Performance could certainly be improved (especially for Web), but it's gotten much better over the last year.