Skip to content

Comment on FlutterFlow: Low-code Flutter appsparent

Comments

I would consider Flutter apps that have been compiled to ARM and runs on an iPhone natively (basically just using a canvas to draw pixels on) is very fast. However Flutter web is not very fast, but it's getting there.

There are currently some performance issues on iOS, this being the most well known https://github.com/flutter/flutter/issues/76180

Judging from the comment by Hixie on Feb 20 it seems like it is not trivial to fix. For now I would just avoid animations. If you're building end user applications that have high aesthetic requirements then you should be coding using iOS and Swift. I say that as a Flutter developer.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.