|
|
|
|
|
by geokon
2938 days ago
|
|
I see the limitation.. but I must be missing some subtle distinction
b/c isn't Flutter doing essentially the same thing under the hood? "The engine’s C/C++ code is compiled with Android’s NDK, and any Dart code is AOT-compiled into native code. The app runs using the native instruction set (no interpreter is involved)." "The engine’s C/C++ code is compiled with LLVM, and any Dart code is AOT-compiled into native code. The app runs using the native instruction set (no interpreter is involved)." |
|
If it would be compiled to DEX (native for Android APIs) or JVM (compilable to DEX) byte code it would be different. It would at least enable use of it to make such a dream.