flutter-pi
flutter-pi copied to clipboard
A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
Is there a way to get arguments into my main(), similar to below ? `void main(List arguments) async { print('args: $arguments'); // ... do my stuff ... }` I tried...
flutter-pi is very interesting. Set up a RPI4, running `flutter_gallery` application, and that works well. Exploring the **Observatory** operations via Chrome browser. Breakpoints work well. I noticed that 'print' operations...
Hello, I upgraded Flutter to the latest stable release. This was 2.0.2. Then downloaded the flutter_gallery master project and ran flutter build bundle (the specific release you mentioned won't run)....
The README.md file describes how to build for release but it's not clear exactly how to build a debug build.
Hello, I followed [GETTING_STARTED.md](https://github.com/ardera/flutter-pi/blob/master/GETTING_STARTED.md) but I got stuck when I carried out **make -j\`nproc\`**. # Commands history Execution of `cmake ..`, output: ```bash puma@puma:~/dev/flutter-pi/build(master)$ sudo cmake .. -- CMAKE_BUILD_TYPE not...
I have installed the binaries but what am I supposed to do then? It says 'build parameters' but I am lost with the explanations. Thanks
Hello, First of all, sincere appreciation for your efforts with this flutter-pi renderer. Out of the various renderers I have tried on my AM4372 GP EVM (ARMv7, 1GHz, PVR SGX...
Hi, Thanks you have done great work. I have a question though. I am able to run few steps on MAC (Specifically till step 3) and unable to execute step...
Hi I don't know if this is the right place but I'm facing a problem. I'm using a PenMount touchscreen, with standard drivers it works but seems like the touch...
Hello all, I followed the same steps mentioned in the repo to run flutter application on Raspi. But unfortunately, I ran with error i.e. ` Could Not launch engine with...