flutter-pi
flutter-pi copied to clipboard
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
Hello, I am currently trying to get gstreamer working on Asus TinkerBoard 2 RK3399 using yocto, but I have some problems playing an .mp4 video through flutter app using the...
Dart is not compatible with ARMv7 since version 2 (i think) but this repo allow us to use dart with a more recent flutter version. I would like to know...
Hello. How can I measure the decibel level of a microphone connected to a Raspberry Pi (inside of a flutter-pi based application)? I found the flutter package [noise_meter](https://pub.dev/packages/noise_meter), but it...
Hello I wanna stream an IP camera by the ``rtsp`` protocol. So I have used [media_kit](https://pub.dev/packages/media_kit) package to play a media. It works fine on my Ubuntu 16.04 x86_64 system,...
Hi, We have some x86 Shuttle pc's and a variety of older intel based hardware out in the wild, our plan is to network boot all our clients from a...
If the screen is not powered on then flutter-pi fails with this: ``` [flutter-pi] Device "/dev/dri/card0" doesn't have a display connected. Skipping. [flutter-pi] Could not find a connected connector! ```...
Because every Flutter version must match exact version of the Engine, it is really hard to keep track which RPI has which version, if one has plenty of RPi operating....