I am looking into trying out Flutter for the second time, so am curious how others who made the switch like it?
Also, has Flutter improved their web development? Last time I tried it, it was all a canvas which was drawing all elements instead of HTML elements. This seemed pretty bad for accessibility and SEO. Is that still the case?
How's accessibility for the iOS and Android apps built in Flutter?
From the pluses: we cover all the 5 platforms(https://txt.me/download) with a single developer(he's very good though). From the minuses: on some platforms we are lacking some features, like proper webview in desktop and action buttons in the push notificatons.
Not my writing; https://stadia.dev/blog/how-flutter-helped-us-make-stadia-co...
Bias disclosure: I worked on the original dartc compiler, am a sr. Googler, and have given talks about flutter. These are my opinions and I'm a happy evangelist for the framework.
However, there are observable performance gaps with native. For e.g. scroll performance and dropdown fields can sometimes feel abrupt.