Hacker News new | ask | show | jobs
by k__ 3062 days ago
I found all the "new" calls rather clunky, does Flutter has something like hyperscript-helpers or JSX?
1 comments

There's a discussion on github about jsx-alike syntax on Flutter (https://github.com/flutter/flutter/issues/11609), and "new" keyword will be optional in Dart 2.0.
ah, the optional new should be enough I think.