Mohammad Taha Bin Firoz
Mohammad Taha Bin Firoz
I there something I can investigate, because I remember you fixed the rotation issue last time. It almost feels as if the code responsible for rotation runs after the UI...
Yes it does make sense, I was going through setting up a Yocto build for the first time but since I'm very new to all of this and it seems...
True YAML is easier to write but I was pitching JSON because you already have RapidJson in your project which we could use to parse the file with.
So we just do it through flutter-elinux since it has json parsing included in it, or can we pull in a yaml parsing dep?
I actually want to add something more with the config file, basically I want to add more control over DKMS. I'm having a similar conversation over in [the flutter-pi embedder](https://github.com/ardera/flutter-pi/issues/201)...
Can we discuss possible snowpack support?
> Yeah right now flutter-pi just uses the first display it finds, though it uses KMS not dispmanx (dispmanx is deprecated AFAIK) > > Right now it's pretty easy to...
Your design seems to be a lot similar to [ivi-homescreen json configuration file](https://github.com/toyota-connected/ivi-homescreen/blob/c3abadee678da430203bc23b2a11c7718d857ad5/README.md?plain=1#L139) implementation. Since Joel is interested in eventually pulling flutter-pi in for ivi-homescreen's DRM implementation do you think...
> Other than that, C-code should be preferred when possible (though if you want to write in C++ we can talk about that 😄) I prefer Rust but since we...
Basically I've used flutter-pi as the first embedder for my project and in between moved over to flutter-elinux where I seem to be having a similar conversation on. There are...