muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
152 stars 94 forks source link

PLEASE ADD THIS LINE TO VIDEO.DART TO AVOID CRASH ON IOS WHEN CHANGING MEDIA ITEM #66

Closed real1900 closed 3 years ago

real1900 commented 3 years ago

methodChannel.invokeMethod("onMediaChanged", { "autoPlay": widget.autoPlay, "url": widget.url, "title": widget.title, "subtitle": widget.subtitle, "isLiveStream": widget.isLiveStream, "showControls": widget.showControls, "position": widget.position,_