youtube_player_flutter
youtube_player_flutter copied to clipboard
The Youtube Controller dispose is giving an error
A YoutubePlayerController was used after being disposed.
Once you have called dispose() on a YoutubePlayerController, it can no longer be used.
#0 ChangeNotifier.debugAssertNotDisposed.
This is the error what im getting when the dispose method is called
Fixed here. @sarbagyastha could you please help me to take a look? https://github.com/sarbagyastha/youtube_player_flutter/pull/936