flutter-pi
flutter-pi copied to clipboard
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
Some input devices may identify as both mouse and keyboard. In this case, flutter-pi handles only mouse input, and the keyboard is non-functional. In our case, the input device is...
Hi, after starting the project, I have a problem, when update the state, I see blink on the screen if run the project without rotate parameters everything works fine, but...
From what I can tell, there is currently no support for playing sounds? Any advice as where would be a good starting point for making an implementation?
I read in #218 that you had not yet implemented audio for gstreamer. Is this still the case? I have tried a few different video formats, but do not get...
Would be great if anybody has experiences about the graphics performance on a i.MX7D? Especially as the i.MX7D has no GPU. Thanks in advance!
I suddenly started facing the following issue. ``` [modesetting] Could not set DRM client universal planes capable. drmSetClientCap: Operation not supported [flutter-pi] Could not create drmdev from device at "/dev/dri/card1"....
The Text show not ok, as below  how to resove it ? Thanks !
My application requires video playback and pdf viewing on a raspberry pi. I switched to flutter-pi with the news that gstreamer is being used. My testing showed that using flutter-pi...
The screen that I'm using right now does provide its own physical dimensions and the flutter device pixel ratio changes accordingly to it: my pixel ratio is 1.367054 What I...
Hello! I tried to run flutter_gallery as written in the README, but encountered a problem. The flutter-pi cannot detect the screen resolution: ``` flutter-pi --release /home/pi/flutter_gallery [modesetting] Could not set...