Production Build
iOS
Android
Web
flutter build web --web-renderer html --release
Mac OS
flutter config --enable-macos-desktop
Go to project directory then run
flutter create . --platform macos
Windows
For Windows 32 desktop support
flutter config --enable-windows-desktop
For UWP desktop support
flutter config --enable-windows-uwp-desktop
Go to project directory then run
flutter create . --platform windows
Linux
flutter config --enable-linux-desktop
Go to project directory then run
flutter create . --platform linux
Last updated
Was this helpful?