Keep video playing when app goes to the background and show player controller in the notification

Viewed 198

Want this feature in flutter (android/IOS)

I want to keep the video playing when an app goes to the background and shows a player controller in the notification.

Is this possible?

1 Answers

You can try this library https://pub.dev/packages/just_audio with the latest version 0.9.21. It's quite easy to configure though some features are still experimental e.g Simultaneous downloading+caching, Background play which are here Experimental features. Overall it works for me.

Related