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

The installation process could be tricky for the first time. So I wanted to suggest adding a bash script install file to use install all the requirments.

Hi Ardera, First of all, you have done an amazing job at making Flutter available on the Raspberry Pi. Platform is Raspberry Pi 2 Model B Rev 1.1, with 2...

This is a follow-up to my previous issue #379. After the merging of PR #345 the audio does indeed work. However I'm getting a new issue. I'm using Flame, and...

pi@raspberrypi:~ $ flutter-pi ./test/ filesystem_layout.c: icudtl file not found! why?

I'm trying to run an app with `flutter_secure_storage` plugin. When I try to run the app I receive the following error: ```sh [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method...

Would it be possible to pre-build flutter-pi itself outside of a Raspberry Pi? Such as in an ARM64 container/VM? We're working on a project that doesn't allow us to install...

## Building Steps on linux (WSL) system: ``` git clone https://github.com/flutter/gallery.git flutter_gallery cd flutter_gallery git checkout d77920b4ced4a105ad35659fbe3958800d418fb9 flutter pub get flutterpi_tool build --release --cpu=pi4 scp -r ./build/flutter_assets pi@raspberrypi:/home/pi/flutter_gallery ``` Get...

Starting this as a new thread since I am starting to investigate it. Playing video with the gstreamer player shows green screen. The issue occurs only on x64 linux. Used...

I misread the directions and installed the `flutter-pi` on my development device instead of the `fullterpi_tool` How do i cleanly uninstall `flutter-pi` from my device?

The readme file (https://github.com/ardera/flutter-pi/blob/master/README.md) still mentions the "-i/--input" parameter. This has been removed a while ago. This can be very misleading (I fell for it and was wondering why it...