Hannes Winkler

Results 18 issues of Hannes Winkler

Currently enabling the [custom-devices](https://github.com/flutter/flutter/wiki/Using-custom-embedders-with-the-Flutter-CLI) feature will only take effect on master channel: https://github.com/flutter/flutter/blob/9d59532a7bfff421049a3f1e8ee5cd3e9c97682a/packages/flutter_tools/lib/src/features.dart#L192-L199 While I can understand this is to make sure people don't forget it's not a "stable" feature,...

tool
proposal

Allows configuring the filesystem layout of the flutter artifacts, so where flutter-pi looks for the flutter engine, icudtl.dat, asset bundle, etc. Adds a build flag for using the meta-flutter layout:...

With mice that deliver events at 1000Hz, the platform thread (especially on slower embedded devices) might become overloaded with processing mouse events. There should be a way to limit the...

enhancement

Modifies the flutter-pi recipe: - to configure flutter-pi using `-DFILESYSTEM_LAYOUT=meta-flutter` (lookup rules [here](https://github.com/ardera/flutter-pi/blob/0aec3cc5c9449c4227032af9c853a5047acc5491/src/filesystem_layout.c#L263-L277)) - no longer pin flutter-pi to a specific revision - bc there's no longer a patch that...

I just merged https://github.com/ardera/flutter-pi/pull/290, you can now enable the meta-flutter filesystem layout in flutter-pi by configuring with `cmake ... -DFILESYSTEM_LAYOUT=meta-flutter ...`. So https://github.com/meta-flutter/meta-flutter/blob/kirkstone/recipes-graphics/flutter-pi/files/0001-path-updates.patch is no longer necessary (and will probably...

After 2 years of not using computercraft, I'm working on a "stateless" excavate program for turtles, because it annoys me that I have to reset my turtles every time their...

Allows using an EGL surface as a flutter backing store. Way more convenient for GBM than hacking gbm bo's into GL FBOs. This resolves https://github.com/flutter/flutter/issues/58363 Currently, the embedder API assumes...

Work in progress (WIP)