Youtube视频在搜索时一直在开始
Youtube video keeps goint to Start when seeking
我正在使用这个 youtube player flutter package。但只要移动搜索栏,视频就会重新开始。有时总视频时长也是错误的...需要建议..在此先感谢
YoutubePlayer(
controller: _controller,
bottomActions: [
CurrentPosition(),
ProgressBar(isExpanded: true),
RemainingDuration(),
],
),
如果有人遇到同样的问题,这里是 Github 项目的 link,我在其中对 'Progressbar.dart' 文件做了一些更改: github link
我正在使用这个 youtube player flutter package。但只要移动搜索栏,视频就会重新开始。有时总视频时长也是错误的...需要建议..在此先感谢
YoutubePlayer(
controller: _controller,
bottomActions: [
CurrentPosition(),
ProgressBar(isExpanded: true),
RemainingDuration(),
],
),
如果有人遇到同样的问题,这里是 Github 项目的 link,我在其中对 'Progressbar.dart' 文件做了一些更改: github link