Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 230 Bytes

File metadata and controls

10 lines (10 loc) · 230 Bytes

Flutter Linux Desktop App

sudo apt install clang
sudo apt install ninja-build
sudo apt install libgtk-3-dev

Add desktop support to an existing Flutter app

flutter create --platforms=windows,macos,linux .