Robert Ancell
Robert Ancell
Now builds in CI, licensing updated. Outstanding: - Currently doesn't have any tests. - No specific Linux documentation added - I'm not sure what to write for these? You shouldn't...
I opened this issue to split out from https://github.com/PhilipsHue/flutter_reactive_ble/issues/112 as the Windows/MacOS solutions are likely to be quite different.
Thanks @remonh87 - I'll have a go at updating this branch to the new format.
The bug is in `settings_handle_read` - it reads the value as a variant from the backend, and instead of passing it directly back the caller it puts it inside another...
@wmww do you have any insight here?
@maks I did start looking at this. I was trying to connect up [bluez.dart](https://pub.dev/packages/bluez) to flutter_blue. Since bluez.dart is all written in Dart, this would require flutter_blue to be restructured...
I'll work on a spec for this getting input from the designers as to why the value should be changed.
Disabling this test in https://github.com/canonical/stdlibc.dart/pull/115
I'm currently building this branch without an updated sysroot by using my local headers (Ubuntu 23.10): ```bash ln -s /usr/include/vulkan/ ../build/linux/debian_sid_amd64-sysroot/usr/include/vulkan ln -s /usr/include/vk_video/ ../build/linux/debian_sid_amd64-sysroot/usr/include/vk_video rm -r ../build/linux/debian_sid_amd64-sysroot/usr/include/gtk-4.0/ ln -s...
The method I've been working on for exposing the accessibility information doesn't seem possible using the current GTK4 API - https://gitlab.gnome.org/GNOME/gtk/-/issues/6495. I'm going to investigate if this can be done...