From: Kevin Worth Date: Fri, 15 May 2020 12:59:21 +0000 (-0400) Subject: Add all macos files generated with flutter create . X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=079468378db28039089e64469f9fc50dd4bb04e0;hp=079468378db28039089e64469f9fc50dd4bb04e0 Add all macos files generated with flutter create . According to this documentation: https://flutter.dev/desktop#add-desktop-support-to-an-existing-flutter-project This commit adds all of the files which came from running `flutter create .` while on the master branch of flutter-sdk. After this commit (and while still on the flutter-sdk master branch) the native mac os app can be run with `flutter run -d macOS`. ---