nandi/vflutter_ffipublic Fork 0
7fdf71219e3dd44c76c7be4120ff73a31d6237ce
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

main.cc · 6 lines · 180 BC++ Blame HistoryRaw
Add Flutter example app with Linux runner 7fdf712 nandi 9h ago1#include "my_application.h"
2
3int main(int argc, char** argv) {
4 g_autoptr(MyApplication) app = my_application_new();
5 return g_application_run(G_APPLICATION(app), argc, argv);
6}