Adam Koch
Adam Koch
Thanks so much @azihsoyn! @gildaswise as a float32 takes up 4 bytes, the max index you can write a float to in the uint8list will be 602108 (if length is...
Thanks for this! Getting the token and creating the client works fine using the hack from @Ruud14. But how do you manually refresh the token now that it's going outside...
> Most people are already running this later version .. surprised you're not ? Ah didn't realise there was a beta 3e! I haven't been paying attention to the latest...
I ran into this as well. I had to roll back to the 8.x quill editor which doesn't have this issue because it doesn't use a popupmenu. Here are some...
Has anyone found a workaround to this at all? Still blocking me from upgrading to the latest flutter-quill. I guess a workaround is to just move the toolbar to the...
I used Flutter DevTools to inspect the network requests and it appears all fine. It's sending a simple PUT request to: `https://api.spotify.com/v1/me/player/play?` Comparing to the sample request in the [Spotify...
To follow up, I found the issue was that: `.player.startOrResume()` Adds an empty request body of "". Which Spotify considers a malformed request which is why it's not working. I...
Perhaps here, default is to set body to empty string vs null: https://github.com/rinukkusu/spotify-dart/blob/v0.11.0/lib/src/spotify_base.dart#L167
> Just a quick query how can i trigger the voice commands for the same instead of adb command generated by AATT? Go here: https://developers.google.com/actions/reference/built-in-intents/ Find your the Assistant Intent...
As per the Built-in intents page, GET_TAXI_RESERVATION should trigger with a test voice query of "Call my driver with [app name]". If it's not working, make sure (once again) that...