ponnamkarthik / FlutterYoutube

Flutter Plugin to play youtube Videos
Apache License 2.0
126 stars 56 forks source link

Crash when video ends if onVideoEnded stream is not listened to #9

Closed andryr closed 5 years ago

andryr commented 6 years ago

How to reproduce : final youtube = FlutterYoutube(); youtube.playYoutubeVideoById( apiKey: apiKey, videoId: id, fullScreen: false, autoPlay: true, ); Basically the same code as in the README example.

However it does not crash if we listen to the onVideoEnded stream

lance-blo commented 5 years ago

Hi, I am also having the same issue on both iOS & Android. Usefull plugin by the way.

ponnamkarthik commented 5 years ago

fixed in v1.1.2