Hannes Winkler
Hannes Winkler
Have you installed the gstreamer video player dependencies in the [Dependencies](https://github.com/ardera/flutter-pi#dependencies) section?
Yes, you have to rebuild flutter-pi after you've installed the dependencies, and it's better to reconfigure too. (Remove the build directory and re-run cmake).
> Heya, first of all, thanks for your hard work. Keep it up! thanks! You can try if it works now, back when I wrote most of the readme the...
Closing this now since it seems to be resolved.
Sure, would a build-flag work for that as well? Could also add a build-flag for the dunfell filesystem layout (that's mostly just `app.so` being called `libapp.so`, if #279 is resolved)
- resolved in https://github.com/ardera/flutter-pi/pull/290
CC @jwinarske
So this is just a brainstorm of everything that comes to my mind: (just some ideas, supporting all this would be a huge task) - displays (the real, physical displays...
Sorry for the delay. @Taha-Firoz I didn't really mean that exact layout, it was just a rough draft 😉 So lots of those fields you could leave away, or merge...
The rotation/orientation argument rotates both the graphics and the touch input, so you can't use it to fix a misaligned touchscreen. However there's another way to fix it: https://github.com/ardera/flutter-pi/issues/164#issuecomment-841879291 And...