Skip to content

MikeQ233/electron-flutter-react-example

Repository files navigation

electron_vite_react_flutter_example

An electron project that combines vite, react, and flutter.

Getting Started

I just build this example for fun haha

Install

Make sure you have flutter installed, just run yarn install to install both npm and flutter dependencies:

yarn install

Run Project

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

Build Project

Run yarn pacakage for a quick review of the built project:

yarn package

The built project project will be placed inside the out folder.

About

Electron-flutter sample project, also using vite and react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published