1

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

Why_So_Ezz
  • 160
  • 1
  • 7

1 Answers1

0

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

Why_So_Ezz
  • 160
  • 1
  • 7