Hacker News new | ask | show | jobs
by teamski 2535 days ago
Tell us nore about your dev experience with Flutter. Can you also create the web version of your app with Flutter?
1 comments

Desktop and web versions are in the making. So we will be able to make all of them from a single codebase.

I am really dependent on static types so take my take on this with a grain of salt :)

Flutter is more mature right from the Dev tools to the overall ecosystem. The types are first class and make it a joy to use. Not to mention the libraries are better quality and stuff works even when you upgrade. I could never work on any RN project for more than 1-2 weeks without something or the other breaking and me cursing out aloud for the really shitty (again subjective) state of things. I am used to having codebases just keep on working almost forever.

Is the layout system as powerful as eg css' flexbox, React's component composing etc.?