|
|
|
|
|
by vbsteven
2506 days ago
|
|
In a sense that already happened with the web stack. In tech like Electron developers write most of their app once and use a “shell” like Electron to interact with the host OS. Unfortunately the web stack is very bloated with years of legacy and this requires these shell projects to embed a full browser engine making these apps bloated as well. Flutter is an approach at making a new shell that provides rendering and host OS interaction without all the web bloat. |
|