Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 517 Bytes

File metadata and controls

39 lines (29 loc) · 517 Bytes

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