Robert Ancell

Results 106 comments of Robert Ancell

Based on the behaviour of the other GTK input events I think you just have to handle the missing events and synthesize any that are missing. This is because Flutter...

We used `g_get_language_names` in the engine instead of writing our own parser with the hope this would do the right thing... However it seems to make both duplicate and empty...

Sigh, and `LANGUAGE="pt_BR: :"` also returns `" "` and `""`.

See https://github.com/flutter/engine/pull/55091, this should hopefully improve things.

Could you also run `gtk3-demo` and double-click on "OpenGL Area" to confirm that is working? (`sudo apt install gtk-3-examples`). Also try `flutter-gallery` (`snap install flutter-gallery`). The above will help work...