Gurkaran Singh
Gurkaran Singh
thanks man! i saw there's almost everything in playbackstate that i need and im already streaming events to my bloc something like that ```dart AudioService.playbackStateStream.listen((event) { add(AudioEvent.updatePlaybackState(event)); }); ```
hey @ryanheise what about `volume stream`? we can set a custom action to set the volume but how we can get the stream of it like just_audio? are we supposed...
i am afraid, i don't know how to do so can you please elaborate? however i am trying this right now haven't tested this yet ```dart player.volumeStream.listen((event) { AudioServiceBackground.sendCustomEvent(event); });...
ok but im not a big fan of global variables but i tried something else, what i did is sending custom events to my bloc ```dart player.bufferedPositionStream.listen((event) { AudioServiceBackground.sendCustomEvent({"buffer": event});...
yea i somewhat assumed that there must be some other block of memory would've been allocated for that background class where we encapsulates all the business logic for audio. now...
ITS BEEN AN YEAR!!! STILL NO UPDATES!
> so i implemented a make shift...i created an individual cubit for each download, and update the ui after getting updates from rawQuery (with a delay of few milliseconds)
@plutoless i am using agora's test token and channel im still getting this error
On further investigation it seems no property starting with prefix "checked" are working checkedX, checkedY etc. but individual boolean property checked works fine as you can also see in the...
> no icon I meant there's no "check" within the checkbox, notice in the screenshot i've provided, it's just blue box there's suppose to be a white check