insin / remote_control_for_vlc

A VLC remote control written with Flutter
https://play.google.com/store/apps/details?id=jbscript.vlcremote
77 stars 20 forks source link

Play/pause controls on the lock screen #19

Open insin opened 4 years ago

insin commented 4 years ago

It looks like this package could handle the native side of things:

https://github.com/ryanheise/audio_service

tom-pratt commented 3 years ago

That package sounds good. From Android perspective if you start a MediaSession then I believe you will get lockscreen/notification controls. And controls will be mirrored on WearOS too.