An electron project that combines vite, react, and flutter.
I just build this example for fun haha
Make sure you have flutter installed, just run yarn install to install both npm and flutter dependencies:
yarn install
To run the project, first open a terminal and run yarn start:flutter to start the flutter web dev server:
yarn start:flutter
Then open another terminal and start the electron process:
yarn start
Run yarn pacakage for a quick review of the built project:
yarn package
The built project project will be placed inside the out folder.