flutter-pi
flutter-pi copied to clipboard
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
I could not find any specific way to control display output (DSI/HDMI0/HDMI1). As far as I know display output could be controlled through dispmanx display id: 0 = Default display...
Hi im trying to run the counter demo on a Raspberry 4 using raspbian but this message appears `[keyboard] Could not find "XKBMODEL" property inside "/etc/default/keyboard". Default value will be...
I am running flutter-pi on an NXP i.MX8M Nano with GPU Vivante GC7000UL. While most screens of the app look perfect, there is a problem with a screen that uses...
Hi. I was using flutter-pi corresponding to flutter 2.8 and everything was working fine in both my laptop (ubuntu) and raspberrypi. I upgraded my flutter to the version 3.0.3 and...
Is there a possibility for flutter-pi to support mali gpu, like the one on android tv box. I have tried it with armbian os but always get error ``` [modesetting]...
I've followed your guideline from [README](https://github.com/ardera/flutter-pi#building-the-appso-for-running-your-app-in-releaseprofile-mode) step by step and app was built just fine, but when I run it with `flutter-pi --release` I get: ``` /home/user/flutter_assets/libflutter_engine.so: cannot open shared...
Hello, I am trying to build an Yocto image from the kirkstone branch using the [meta-flutter](https://github.com/meta-flutter/meta-flutter) layer, but flutter-pi is not compiling. ``` | /mnt/data/Projects/tinkerboard/build/tmp/work/armv8a-poky-linux/flutter-pi-release/git-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ld: CMakeFiles/flutter-pi.dir/src/compositor.c.o: in function `destroy_drm_rbo': |...
Hi, first of all I would like to say "Thanks" for this project! is there a possibility to mirror the output of flutter-pi to two (identical) HDMI devices connected to...
Hi. I have created bundle of my project by ```flutter build bundle```. The below logging is shown when I run the project by flutter-pi: ``` [flutter-pi] WARNING: display didn't provide...
Keyboard input reaches the terminal after the program terminates. It's possible to type entire commands that get executed once the app quits. This PR discards the contents of `stdin` when...