Dall127

Results 9 comments of Dall127

it does pick ```sharedIndexedDb``` I believe that it successfully creates the Database (i.e. in my debug panel I can see the expected db got created) though afterwards, nothing is getting...

Update: I think the initial trail might have been a little misleading; there's two new things that might give you clue to what's up. I've found potential solution for the...

should be helpful: https://github.com/ryanheise/just_audio/issues/1013#issuecomment-1636728734

Update, I was able to use the following things with limited success: ``` Uri _encodeDataUrl(String base64Data, String mimeType) => Uri.parse('data:$mimeType;base64,$base64Data'); ``` I passed the output to ProgressiveAudioSource. I'm unsure if...

@ryanheise that sounds good. Do you have any recommendations on how I could best go about preventing the UI from locking up? I'm loading in about 30 mp3s each ranging...

Looking at it, there's a lot of data processing being done by parsing the Uri: Though, it looks like the decoding portion on the plugin's side is taking a while...

https://stackoverflow.com/questions/76594319/fix-ui-hang-when-parsing-large-uri-on-flutter-web-without-compute-function/76655361#76655361 @ryanheise I might have been able to get some help from stack overflow, but you'll notice that the comment that I left I'm experiencing some issues with the code...

Thank you so much! I believe that docker has a mode called privileged that gives lower level access to the hardware, so I'll map those devices and set that flag...

@simolus3 I believe the reason why you might not have been able to recreate it is that newer versions of flutter seemed to have bumped the version requirement; for other...