The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.
While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.
What about Flutter? It was pretty nice to work with
The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.
While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.
Make sense, tnx