Sebastian Urban
Sebastian Urban
Providing the code that triggers this issue is not straightforward since the project is proprietary and Flutter provides no sample code for using the Texture widget on Linux. If absolutely...
No, but I am using `FloatingActionButtons` on two pages together with a hero tag. The crash occurs when the action button is animated from one location to another and flies...
I use a separate OpenGL context for rendering into the texture, thus the calls from my app are not affected. The problem occurs when Flutter tries to render the next...
I've created a minimal example at https://github.com/surban/flutter_linux_texture [Screencast from 03-08-2023 03:44:32 PM.webm](https://user-images.githubusercontent.com/1213857/223745986-cfafca3f-e315-4a24-9c90-34931f411e93.webm)
I agree that this would be helpful, but unfortunately `bluetoothd` does not expose its version number over D-Bus, thus we cannot perform a version check.
This would be a possibility. However, I am a bit reluctant to add a feature that is potentially unreliable and maybe misleading due to the limitations you described. I believe...
Feature request opened at at https://github.com/bluez/bluez/issues/619.
BlueZ does provide the [device address](https://github.com/bluez/bluez/blob/a1736d8990ff56bba453ff81a25156316bdd118f/doc/gatt-api.txt#L178) of the device that started the notification session along with the file descriptor that is used for sending notifications. Thus if you have two...
Your code looks fine to me. Yes, I agree. It seems that BlueZ is using one notification session for all connected clients that have enabled notifications. However, the D-Bus API...
Yes, good idea, although the code will require some polishing. Also options for specifying the adapter, manufacturer data and service data should be provided. I don't think JSON support is...