I am using this youtube player flutter package. but whenever move the seek bar the video restarts. also sometimes the total video duration is also wrong... need a suggestion.. thanks in advance
YoutubePlayer(
controller: _controller,
bottomActions: [
CurrentPosition(),
ProgressBar(isExpanded: true),
RemainingDuration(),
],
),
if anyone has the same issue here is the link of Github project in which I did some changes in the 'Progressbar.dart' file : github link