Files
flutter_libsparkmobile/example/linux/main.cc
sneurlax 7d0b91ab91 flutter create --template=plugin
flutter create --org com.cypherstack --template=plugin --platforms=android,ios,linux,macos,windows flutter_libsparkmobile
2023-10-30 10:51:33 -05:00

7 lines
180 B
C++

#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);
}