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

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.

Results 141 flutter-pi issues
Sort by recently updated
recently updated
newest added

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...

enhancement
p: gstreamer video player

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 ![image](https://user-images.githubusercontent.com/1111353/165887522-0664e81c-1052-4cf5-9367-393c1f5f705f.png) 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...

enhancement

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...

enhancement