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 Forge was use to create the applications.
cd
in to the correct directory.
Install dependencies:
yarn install
Package:
yarn make