David M Lewis
David M Lewis
Not a bug. Just make sure to set the alpha to 0. `await Window.setWindowAlphaValue(0.5);`
Sorry for all the comments but this may actually be a bug. I want just the background to be transparent. Not all components within it. Equivalent code should ideally produce...
Okay cool, I appreciate you potentially looking into it! I'll use the alpha for now set to .6/7 if Mac is the OS
@Adrian-Samoticha Thanks for looking into that. My goal was to make the Flutter window transparent while leaving inside components visible. So to mimic how it looks in Windows above, but...
> @richmwatts > > This can work. I had to also nest a ScrollView inside this component and I documented my way of making this work pretty seamlessly. Hope it...
Appreciate it! @Adrian-Samoticha
@nick-craffey I haven't gotten around to testing it yet or dive into documentation but I was using another library [quick_blue_plus](https://pub.dev/packages/flutter_blue_plus) and I had to "discover services" for the services to...
So my above hypothesis was correct. You first have to discoverServices (for me - after connecting) and then you're able to successfully set `setNotifiable`. Some updated documentation would be helpful...
@ivs The delay worked! Thanks!
I've gotten this issue as well but when using Messages API to send an SMS. I think I've narrowed it done to an issue with the application_id but not sure....