flutter create app for macos flutter 2 code example
Example 1: run flutter app macos
open terminal tap "cd" Drag/drop with mouse the Folder of your App and tap enter
Tap "flutter run" tap enter
Example 2: build flutter for macos apps
$ flutter config --enable-windows-desktop
$ flutter config --enable-macos-desktop
$ flutter config --enable-linux-desktop