Add Flutter platform stubs for iOS, web, Linux, macOS, Windows

Auto-generated by flutter create; not currently targeted but kept for
future portability.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 21:29:24 -05:00
parent 4da36aa31d
commit 1fb792177e
103 changed files with 4176 additions and 0 deletions
+6
View File
@@ -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);
}