Kevin De Keyser

Results 42 comments of Kevin De Keyser

Hello, I fixed the opengl error by setting the MESA_GL_VERSION as follows: ```MESA_GL_VERSION_OVERRIDE=4.1 python sample_video.mp4 --vid_file test.mp4 --output_folder output/``` For more on the issue check: https://github.com/mmatl/pyrender/issues/86

We solved it in a similar fashion, here is the source code for reference: ``` Future scrollWebview(double mouseX, double mouseY, double dx, double dy) { return _windowsController.executeScript(""" function eleCanScroll(ele) {...

Ok I have more info regarding this. The main issue is that ```gcc-multilib``` is not supported by arm64 and it is not sufficient to install just ```gcc-11``` and ```g++11```. You...

> What do you mean? meta-flutter doesn't require GCC, it just uses only clang. hmm maybe yocto then? because `gcc-multilib` is a requirement for yocto. It might however be another...

Would also appreciate this a lot.

Until this is merged, you can use: ``` permission_handler: git: url: https://github.com/bvoq/flutter-permission-handler.git path: permission_handler ref: master ```

@hpelitebook745G2 It works fine if you import it directly via Github using the method I described above. You won't be able to download the plugin and use it offline without...

koko you should add this by default now