Ben Salcie
Ben Salcie
Adding this snippet enables you to play MediaItems on Android Auto, and shows the correct Playing information on click. @override Future playFromMediaId(String mediaId, [Map? extras]) async { //Get the index...
This PR has fixes to enable one load images from a URL without doing anything on flutter. Just supply the corresponding URL . If it starts with http/https it will...
Add Releases links. Add Releases page to enable quick install to test the app
**JetStream**: Video Player Continues to Run even when app is Quit/ Page is Removed from Foreground. Recommendation it to release player when user is on the last back stack/ On...
Here is a list of Improvements this PR Tends to Fix. - Scoped ExoPlayer to ViewModel to prevent reuse after release - Removed singleton usage to avoid dead thread crashes...
Add namespace to build.gradle to prevent compilation errors Fixes #162
I am Building an app that needs to support Android Auto to play Device music. So what I do is to check permissions with Audio Query and retrieve a list...