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/my_application.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 linux/runner/my_application.h (limited to 'linux/runner/my_application.h') diff --git a/linux/runner/my_application.h b/linux/runner/my_application.h new file mode 100644 index 0000000..db16367 --- /dev/null +++ b/linux/runner/my_application.h @@ -0,0 +1,21 @@ +#ifndef FLUTTER_MY_APPLICATION_H_ +#define FLUTTER_MY_APPLICATION_H_ + +#include + +G_DECLARE_FINAL_TYPE(MyApplication, + my_application, + MY, + APPLICATION, + GtkApplication) + +/** + * my_application_new: + * + * Creates a new Flutter-based application. + * + * Returns: a new #MyApplication. + */ +MyApplication* my_application_new(); + +#endif // FLUTTER_MY_APPLICATION_H_ -- cgit v1.2.3-70-g09d2