Search code examples
flutteryoutubeplayer

Youtube video keeps goint to Start when seeking


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


Solution

  • 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