Hacker News new | ask | show | jobs
by monyr75 3037 days ago
Pretty well covered here: https://hackernoon.com/whats-revolutionary-about-flutter-946...
1 comments

Can you provide a summary of the convincing arguments from that article, in 1 or two sentences? I plan to read it myself, but I think the parent comment is relevant.
From the article:

- The advantages of reactive views, with no JavaScript bridge

- Fast, smooth, and predictable; code compiles AOT to native (ARM) code

- The developer has full control over the widgets and layout

- Comes with beautiful, customizable widgets

- Great developer tools, with amazing hot reload

- More performant, more compatibility, more fun