我正在使用这个youtube 播放器颤振包。但只要移动搜索栏,视频就会重新启动。有时总视频时长也是错误的......需要一个建议..提前谢谢
YoutubePlayer(
controller: _controller,
bottomActions: [
CurrentPosition(),
ProgressBar(isExpanded: true),
RemainingDuration(),
],
),
我正在使用这个youtube 播放器颤振包。但只要移动搜索栏,视频就会重新启动。有时总视频时长也是错误的......需要一个建议..提前谢谢
YoutubePlayer(
controller: _controller,
bottomActions: [
CurrentPosition(),
ProgressBar(isExpanded: true),
RemainingDuration(),
],
),
如果有人遇到同样的问题,这里是 Github 项目的链接,我在其中对“Progressbar.dart”文件进行了一些更改:github 链接