|
|
|
|
|
by lenkite
3029 days ago
|
|
AOT compiled to native code that uses the native instruction set - no interpreter/vm involved. Uses custom rendering engine based on Skia. Can write UX just once for all platforms if you don't mind fixing the widget set. Custom widgets work on all supported platforms. Can in theory be ported to Desktops also, assuming someone writes flutter engine bindings for Win/MacOS/Linux. If this occurs, then you will truly have a modern, cross-XP, write-once-run-anywhere, compile-to-pure-binary, reactive UX framework |
|