(no title)
cbracken | 1 year ago
App Store: https://apps.apple.com/us/app/wonderous/id1612491897
Code: https://github.com/gskinnerTeam/flutter-wonderous-app
(Disclaimer: I work on Flutter)
cbracken | 1 year ago
App Store: https://apps.apple.com/us/app/wonderous/id1612491897
Code: https://github.com/gskinnerTeam/flutter-wonderous-app
(Disclaimer: I work on Flutter)
lxgr|1 year ago
If it was indeed all just due to the slow rendering engine, hopefully this will sift down to other apps.
In the end I really don't care what framework a mobile app is developed with, as long as apps don't feel janky and/or out of place as far as platform UI conventions are concerned. In that sense, me not noticing that an app is using Flutter, React Native, maybe even webviews etc. is probably the ideal :)
But my experience as a user of apps leveraging technologies like this has often shown that reinventing so many layers of the UI rendering stack inevitably leads to some form of "weirdness". Sometimes that's ok; sometimes the alternative would be even weirder, badly developed and maintained native apps. But I can't say I've ever loved using such an app for, and not despite, not being a native app. The React Native approach just seems like a better level to try platform abstraction at.
On the web, I still can't help but find "rendering text and UI elements to a canvas" incredibly weird. I could see that approach working for games, but for things that might as well be regular old web applications, there are just so many things that can go wrong... (Reader mode and password autofill come to mind, for example.)
nicoburns|1 year ago
bartekpacia|1 year ago
Flutter's docs explicitly say [0] that it is not a tool for building websites, it's for web apps. If all you want is to render some text onto a canvas, look elsewhere.
[0]: https://docs.flutter.dev/platform-integration/web/faq#what-s...
zerr|1 year ago
sunnybeetroot|1 year ago