ryanheise

Results 1670 comments of ryanheise

This has now been released to pub.dev as version 0.1.11. Thanks @sgowda97 for pointing out the line where I had made the mistake, and thanks @Colton127 for originally reporting the...

I think it has been reported above that on Samsung devices it also helps to disable the battery optimisation settings.

FYI there is a Flutter plugin called [optimization_battery](https://pub.dev/packages/optimization_battery) which allows you to launch the battery optimisation settings. This implements the technique described in [this StackOverflow answer](https://stackoverflow.com/questions/33114063/how-do-i-properly-fire-action-request-ignore-battery-optimizations-intent). There is another plugin...

Yes, I was just thinking about the ExoPlayer migration recently, although note that it's not audio_service that uses ExoPlayer but just_audio. At the moment, my approach is to pin the...

I've intentionally pinned exoplayer to the same version that video_player uses and try to upgrade the version in sync with what video_player does. I did used to upgrade the version...

Hi @liorshk , nice work! Sorry I missed this comment. Would you be interested in submitting a PR with instructions in the README for web setup instructions? Judging by the...

Hi @ColinSchmale apologies for losing track of this one. I still have a copy of your proposed changes which will get merged when I have a chance to review some...

@dotdevx would you consider submitting a valid bug report? I'll close this report since @jinsyu never responded to my request above.