flutter-elinux
flutter-elinux copied to clipboard
Flutter tools for embedded Linux (eLinux)
Hello, I am trying to compile using [Variscite's Yocto toolchain](https://variwiki.com/index.php?title=DART-6UL_Yocto&release=mx6ul-yocto-kirkstone-5.15.71_2.2.0-v1.0), but I am getting the following errors: ``` .../elinux/flutter/ephemeral/cpp_client_wrapper/core_implementations.cc:16:10: fatal error: 'cassert' file not found #include ^~~~~~~~~ /opt/fslc-framebuffer/4.0/sysroots/cortexa7t2hf-neon-fslc-linux-gnueabi/usr/include/gnu/stubs-32.h:7:11: fatal error:...
Hello. I tried to install the new release of e-linux. I have create a new project with flutter-elinux to verify if it's my project but not. I have this error...
I am unable to cross compile my application. I get an error saying `Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory` This file should exist: ``` ls -lh /home/john/ubuntu-sysroot/lib/ld-linux-aarch64.so.1...
devices: orangepi 3B os: ubuntu 22.04 After I install flutter-elinux and create a sample flutter project. And Got error when run `flutter-elinux build elinux --target-backend-type=x11` or `flutter-elinux run -d elinux-x11`...
When attempting to connect to the VM service URI output by the Flutter engine in the context of a custom embedder, users may encounter the following error: `This VM does...
Flutter-ELinux does not work with a digital pen, as the pen's mouse disappears as soon as it moves within the app. Clicking or performing any action with the digital pen...
When I want to launch a sample project in fullscreen rotated 90 degrees, portrait mode. Wayland is unable to make that work. Other modes works as long as the flutter...
This pull request includes two key modifications to address potential issues in the cross-compilation process: ## 1. Configuration Updates in `CMakeLists.txt` Introducing necessary configurations in `CMakeLists.txt` to ensure the correct...