|
|
|
|
|
by mindfulplay
1734 days ago
|
|
Not sure I follow this. Flutter uses Skia as the rendering engine - albeit with a different layout engine.
JS on Chromium uses Skia. If you are using JS to talk to Flutter to then talk to Skia, what's the value add? Is it the multithreaded layout engine? |
|
If you are using flutter directly, then you write code in dart (which react and vue do not support). But you can target native app platforms like Mac, windows, iOS, andi etc
If you use kraken, you write code in JavaScript, and can leverage react & Vue and target all flutter supported platforms like iOS, android, windows and Mac OS