flutter-pi
flutter-pi copied to clipboard
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
I added kms drm property set function. The code is dirty, but it works. Any suggestions for improvement? It allows turn off/on screen. For my case I use HDMI-0. `kmsprint...
I would like to turn off the screen after midnight. Is it possible since flutter pi runs without X11 or Wayland? I read online but all posts are mentioning something...
my kernel, RaPi5: Linux dslideshow1 6.12.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64 GNU/Linux When I execute: `flutter-pi --vulkan ./flutter_assets/ ` I got: `Video player: flutter-pi: gl_renderer.c:582: gl_renderer_supports_egl_extension: Assertion `renderer...
I'm running a demo counter Flutter app on a BananaPi M2 Berry and it is working great, so I can confirm it working on this board. However the mouse does...
I would very much like to be able to run tests on a Raspberry Pi using `flutter drive`. Is that somehow possible with `flutter-pi`? Or maybe I can build a...
Hi, I've run flutter-pi successfully in the past on a Raspberry Pi 4B running RPiOS Bullseye and Bookworm. I recently got a Pi Zero 2 W and wanted to try...
What is the best way to launch your app at startup and have keyboard support & touch support (basicly everything) This is what I followed. And it works. but this...
### **Problem Stament/ Issue Description;** I am trying to build a Flutter Linux bundle for release using flutter_pi on a Raspberry Pi 3B and flutterpi_tool on my development machine (Ubuntu...
Note: I previously commented on [#356](https://github.com/ardera/flutter-pi/issues/356), as it seems to describe a similar issue. I wanted to create this new issue just in case my reply on the older thread...