Skip to content

HayesGordon/flutter-desktop-vs-electron-samples

Repository files navigation

Flutter

cd in to the correct directory.

Install dependencies:

flutter pub get

To run the application in profile mode:

flutter run --profile

To target macOS:

flutter run --profile -d macos

Release build (specify platform):

flutter build macos

Electron

Electron Forge was use to create the applications.

cd in to the correct directory.

Install dependencies:

yarn install

Package:

yarn make

About

Some example applications pitting Flutter Desktop vs Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages