Hannes Winkler

Results 287 comments of Hannes Winkler

It should work, there's other boards with Mali GPUs that do work. However I don't have an Orange Pi 3 myself so I can't test. If it doesn't work, definitely...

perfect, good to know! It would also help if you uploaded the drm info for you board(s): https://drmdb.emersion.fr/ That way I (and people developing compositors) can check the capabilities of...

That's a bug in the flutter-pi hardware mouse cursor implementation that I have yet to fix, unfortunately. Happens when the graphics driver has some special requirements on the layout of...

Unfortunately, the file_selector plugin is not supported with flutter-pi, and right now it's not really possible to support it :/ file_selector (on linux) opens a native GTK+ file picker dialogue...

Try `flutter pub global deactivate flutterpi_tool` and `flutter pub global activate flutterpi_tool`, and then run `flutterpi_tool` directly

Hey! thanks for raising this. Currently working on flutter 3.38 support for the engine CI here: https://github.com/ardera/flutter-ci/pull/27 After that I'll update flutterpi_tool.

Hey! The CI in question is running here: https://github.com/ardera/flutter-ci/ It builds the `libflutter_engine.so` and the dart compiler (`gen_snapshot`). Unfortunately, the kind of artifacts necessary are not built by the official...

@maxhochlenertarnoldnextg 3.32 is supported now in version 0.8.0. But even before it worked, using 3.29, 3.27, or whatever you desire. It's just that `flutter channel 3.29.3` / `flutter channel 3.29`...

Hey, those are completely valid concerns. The output directory did change in 0.9, I forgot to put that in the changelog. I'll add tests in the future to make sure...

These binaries are compiled on debian bullseye, and will likely not work on anything that's not debian/ubuntu based :/ So I'm afraid you still have to build it yourself for...