| Build the APK, out of ClojureDart and Flutter | 1 | #include "my_application.h" |
| 2 | ||
| 3 | int main(int argc, char** argv) { | |
| 4 | g_autoptr(MyApplication) app = my_application_new(); | |
| 5 | return g_application_run(G_APPLICATION(app), argc, argv); | |
| 6 | } |
| Build the APK, out of ClojureDart and Flutter | 1 | #include "my_application.h" |
| 2 | ||
| 3 | int main(int argc, char** argv) { | |
| 4 | g_autoptr(MyApplication) app = my_application_new(); | |
| 5 | return g_application_run(G_APPLICATION(app), argc, argv); | |
| 6 | } |