jane400

Results 3 comments of jane400

The CLA check shouldn't fail with the next reinvocation/update of the MR. I saw during the creation of this MR, that there were multiple MRs introducing Multi View support into...

I got a chance to actually read the [Multi-view runner APIs design documents](https://flutter.dev/go/desktop-multi-view-runner-apis). Regarding: ```c static void activate_cb(FlApplication* app, gpointer user_data) { fl_register_plugins(FL_PLUGIN_REGISTRY(fl_application_get_view())); GtkWindow* window = fl_application_get_window(app); gtk_window_set_title(window, "{{projectName}}"); gtk_window_set_default_size(window,...

Hmm, Ubuntu LTS is annoying, those things were only recent additions. (also wayland support can probably also be done with gtk3.) Also note, that there isn't a direct glade port...