Live data from Hacker News

Flutter: High-performance, cross-platform mobile apps in Dart

flutter.io

1–3 of 3 posts

Re: Flutter: High-performance, cross-platform mobile apps in Dart

#3
post #2

Can someone shed some light on the architecture. Is this cordova based with dart2js compilation?

No. It's a runtime based on some low level chrome internals like Skia, and with the Day VM on top. There's no built in HTML or CSS.