Add create command for plugin support

This commit is contained in:
Hidenori Matsubayashi
2021-07-16 15:56:25 +09:00
parent 74f833b779
commit eeb28eab23
8 changed files with 212 additions and 13 deletions
+4
View File
@@ -11,6 +11,10 @@
"templates/app/elinux.tmpl/runner/flutter_window.cc",
"templates/app/elinux.tmpl/runner/flutter_window.h",
"templates/app/elinux.tmpl/runner/main.cc",
"templates/plugin/elinux.tmpl/.gitignore",
"templates/plugin/elinux.tmpl/CMakeLists.txt.tmpl",
"templates/plugin/elinux.tmpl/include/projectName.tmpl/pluginClassSnakeCase.h.tmpl",
"templates/plugin/elinux.tmpl/pluginClassSnakeCase.cc.tmpl",
"templates/app/.gitignore.tmpl",
"templates/app/.idea/libraries/Dart_SDK.xml.tmpl",