Flutter: High-performance, cross-platform mobile apps in Dart
1–3 of 3 posts
Re: Flutter: High-performance, cross-platform mobile apps in Dart
#2Can someone shed some light on the architecture. Is this cordova based with dart2js compilation?
Re: Flutter: High-performance, cross-platform mobile apps in Dart
#3Can 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.