flutter-elinux icon indicating copy to clipboard operation
flutter-elinux copied to clipboard

Flutter tools for embedded Linux (eLinux)

Results 18 flutter-elinux issues
Sort by recently updated
recently updated
newest added

I think it is hard coded in source file and it will be compiled into flutter_elinux_x11.so. `static constexpr char kWindowTitle[] = "Flutter for Embedded Linux";` ` XSetWMName(display, window_, &property);` https://github.com/sony/flutter-embedded-linux/blob/be0a03f403cd78cf8299797818e56c4a1b362259/src/flutter/shell/platform/linux_embedded/window/native_window_x11.cc#L19

I have followed the steps ``` $ flutter-elinux create sample $ cd sample $ flutter-elinux run -d elinux-wayland ``` But it just run on ubuntu x86 I want to run...

question

I'm trying to use flutter integration tests on a remote arm64 device. When I launched the following command the application is deployed and launched, but when it time to run...

bug

### Overview [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux/) has [several flags](https://github.com/sony/flutter-embedded-linux/wiki/How-to-run-Flutter-apps#command-options) to control certain aspects of the behaviour. They can't be used with `flutter-elinux` and at least some are overlapping (example with `-d` used for...

enhancement

hi, ![image](https://user-images.githubusercontent.com/6275411/126596054-a59e96f9-01fb-44cf-9bbc-c66bd44d1219.png) ![image](https://user-images.githubusercontent.com/6275411/126596093-0a7e53b3-a0a3-432d-a11c-081810ed8af3.png)

good first issue
question

Hello, I am running my app under X11 and i have managed to make it run at a specific width / height using the `-w` and the `-h` flags. However,...

Hello ! Is the soft keyboard something that should be implemented by this plugin or i should install some packages myself ? When i touch a `TextField` in my flutter...

question

I follow your steps to cross compile with docker. When I run it on the board, I find that `Failed to create view controller` `FLUTTER_LOG_LEVELS=TRACE FLUTTER_DRM_DEVICE="/dev/dri/card1" /root/bundle/elinux --bundle=/root/bundle` My CPU...

question
arm64

First of all, thank you for your amazing work! ### Steps to Reproduce 1. Build and launch any Flutter app with `flutter-elinux run` on Wayland (Ubuntu 20.04 LTS) 2. Touch...