Youtube video keeps goint to Start when seeking

205 Views Asked by At

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(),
    ],
),

1

There are 1 best solutions below

0
On BEST ANSWER

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