Hidenori

Results 26 issues of Hidenori

Flutter embedder has supported vulkan graphics.

enhancement

This issue is a memo for testing on different arm devices. I would like to test on a lot of arm devices. ### Tested devices - [Jetson Nano](https://developer.nvidia.com/embedded/jetson-nano-developer-kit) (OS: Ubuntu...

good first issue
help wanted
question

The current external texture plugin which is the same with Flutter desktop for Windows supports pixel buffer only. However, its performance is not good. So we need to add a...

enhancement

The window decoration sometimes doesn't appear in Weston 8 even if we use the `-d` option to show the decorations, but there are no problems with other Wayland compositors. I'm...

bug
wayland

Obviously slow frames are more easily occurring with Wayland backend compared to X11 backend. Bottleneck is `eglSwapBuffers` and it takes about 18msec every frame. ### Wayland ![image](https://user-images.githubusercontent.com/62131389/132619808-c6a4a296-5844-4b80-a311-98f600cab6ca.png) ### X11 ![image](https://user-images.githubusercontent.com/62131389/132619855-c4a40c39-5212-42bd-b1d0-5845e7815b57.png)

wayland

Support window events such as window resize and window move for Wayland backend. - [x] Move window - [x] Close button - [x] Maximise button - [x] Minimise button -...

enhancement
wayland

I don't know that Wayland compositors support xdg-decoration protocol and server-side decoration, but it's better to add xdg-decoration support? ### Protocol spec https://cgit.freedesktop.org/wayland/wayland-protocols/tree/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml ### Related information - GNOME: https://gitlab.gnome.org/GNOME/mutter/-/issues/217 -...

enhancement
wayland

We need to disable vynsc for Wayland temporarily because flutter apps will freeze when we use it. See: https://github.com/flutter/flutter/issues/83529

wayland

We need to add the accessibility APIs support.

enhancement

We need to add support Platform views support to embed native views like WebView in a Flutter app

enhancement