flutter-embedded-linux
flutter-embedded-linux copied to clipboard
Embedded Linux embedding for Flutter
Currently, we are preparing CLA to accept PRs from external contributors. Any contributors need to accept our CLA. However, it will be very simple.
I can run the Gallery app (master) AOT on a NVIDIA Xavier (demo-image-egl - master) using flutter-drm-eglstream-backend. LC_ALL needs to be properly set or you get a gray screen with...
If the resolution of the display changes while displaying the screen with the EGLStream backend, the screen display is not updated.
Some system settings are fixed at specific values. It is necessary to make these APIs so that the settings can be changed from the upper layer. ```cpp settings.AddMember("alwaysUse24HourFormat", true, allocator);...
There are the following problems. - The mouse cursor is not updated when a change notification comes from the flutter. - NativeWindowEglstream::ShowCursor() function is not implemented, but the mouse cursor...
Add headless rendering mode support. This feature is very low priority since it's not normal use cases.
This software requires some libraries such as xkbcommon for user inputs. In some use cases, user input events such as keyboard and mouse are not required. It can reduce the...
Hello and thanks again for the package ! I am having trouble to see good performances on my linux device. I am running my flutter app (`release` mode) on an...
If we want to display CJK characters using system font, we have to enable fontconfig support. Just add `--enable-fontconfig` to `./flutter/tools/gn` command. Could you please consider enabling this in your...
From https://github.com/sony/flutter-elinux/issues/124 > Because I think that many embedded device have no GPU. I want to know if elinux flutter can run on CPU?