flutter packages pub run build_runner builddart run flutter_native_splash:createflutter run -d windows
flutter run -d android
flutter run -d macos
flutter run -d linux# Windows desktop (MSIX):
flutter pub run msix:create
# or
dart run msix:create
# Windows desktop (EXE):
dart pub global activate fastforge # install fastforge
fastforge package --platform windows --targets exe # start build
...more platforms will be supported later...