Enabling the windows, macos support in flutter

flutter upgrade to upgrade the flutter to the latest version

flutter config --enable-windows-desktop 
flutter config --enable-macos-desktop 
flutter config --enable-linux-desktop

flutter create --platforms=windows,macos,linux

Comments

Popular posts from this blog

Publishing Flutter app

Solving flutter web app CORS policy