From 1e8a6233b8c50fb0ad429d91e2937a7917915347 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 22 Dec 2025 21:25:02 +0100 Subject: Create flutter project This was done using the following command. flutter create \ --description "Sia app" \ --org "eu.xengineering" \ --project-name "sia_app" \ --platforms linux,android \ --empty \ . --- linux/runner/main.cc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linux/runner/main.cc (limited to 'linux/runner/main.cc') diff --git a/linux/runner/main.cc b/linux/runner/main.cc new file mode 100644 index 0000000..e7c5c54 --- /dev/null +++ b/linux/runner/main.cc @@ -0,0 +1,6 @@ +#include "my_application.h" + +int main(int argc, char** argv) { + g_autoptr(MyApplication) app = my_application_new(); + return g_application_run(G_APPLICATION(app), argc, argv); +} -- cgit v1.2.3-70-g09d2