top | item 45699318

(no title)

turtlebro | 4 months ago

You can set the corner radius to whatever you like in Flutter, also the framework is quite fast, if an app doesn't respond to touches it's likely a poorly made app

discuss

order

ryeights|4 months ago

Flutter has a long-standing issue where every interaction is subject to a 1-frame delay on iOS (P2 since 2022)…

https://github.com/flutter/flutter/issues/110431

Not to mention the stuff with shader compilation lag

turtlebro|4 months ago

Sure you can find some issues if you look at it hard enough. In the real world scenario, it's very possible to ship a performant, functional app in Flutter and has been for some time now. It also brings some of the best development experiences with Dart, consistent declarative paradigm & hot reload. Like all things, it's a trade off, for me it's very hard to merit maintaining 2x native apps.

There are many, many people out there shipping Flutter apps, and many, many users using those apps. So please stop the hate maybe?

rumori|4 months ago

I’m curious to hear where you think this is a showstopper. I’ve been testing some Flutter apps lately and other than some mismatches in platform UI elements they have been smooth. I wonder what you would think of apps like Kagi News.

mdhb|4 months ago

Shader compilation lag hasn’t been a thing for years