]> git.cworth.org Git - lmno.games/commit
Add all linux files generated with flutter create .
authorKevin Worth <kworth082@gmail.com>
Sat, 16 May 2020 10:20:46 +0000 (06:20 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000 (06:49 -0700)
commit5c8b98b847075467f8ed75bbe9be99a77ae86389
treeda0ff42a6ac8cb29d51309c81aa45ee9d2b32a22
parent298c2a9c6af3d5690a53cb6c870367f077b52757
Add all linux files generated with flutter create .

Accordingly with this documentation:

    https://flutter.dev/desktop#add-desktop-support-to-an-existing-flutter-project

This commit adds all of the files in the `linux` directory which came
from running `flutter create .` while on the master branch of
flutter-sdk.
flutterempires/linux/.gitignore [new file with mode: 0644]
flutterempires/linux/Makefile [new file with mode: 0644]
flutterempires/linux/app_configuration.mk [new file with mode: 0644]
flutterempires/linux/flutter/.template_version [new file with mode: 0644]
flutterempires/linux/flutter/generated_plugin_registrant.cc [new file with mode: 0644]
flutterempires/linux/flutter/generated_plugin_registrant.h [new file with mode: 0644]
flutterempires/linux/flutter/generated_plugins.mk [new file with mode: 0644]
flutterempires/linux/main.cc [new file with mode: 0644]
flutterempires/linux/window_configuration.cc [new file with mode: 0644]
flutterempires/linux/window_configuration.h [new file with mode: 0644]