update flutter_whatsnew

This commit is contained in:
2026-01-14 01:18:26 -08:00
parent b99ca9cbcc
commit 59817df31a
134 changed files with 5032 additions and 366 deletions
@@ -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);
}