Youtube_player_flutter: 怎么关闭全屏?? 需要帮忙

创建于 2021-02-12  ·  3评论  ·  资料来源: sarbagyastha/youtube_player_flutter

如何在不隐藏控件的情况下禁用全屏选项?

最有用的评论

你好做了这样的事情,它隐藏了按钮

return YoutubePlayer(
    controller: _controller,
    bottomActions: [
        const SizedBox(width: 14.0),
        CurrentPosition(),
        const SizedBox(width: 8.0),
        ProgressBar(
            isExpanded: true,
        ),
        RemainingDuration(),
        const PlaybackSpeedButton(),
    ]
);

所有3条评论

找到不启用全屏模式的解决方案?

找到不启用全屏模式的解决方案?

还没有

你好做了这样的事情,它隐藏了按钮

return YoutubePlayer(
    controller: _controller,
    bottomActions: [
        const SizedBox(width: 14.0),
        CurrentPosition(),
        const SizedBox(width: 8.0),
        ProgressBar(
            isExpanded: true,
        ),
        RemainingDuration(),
        const PlaybackSpeedButton(),
    ]
);
此页面是否有帮助?
0 / 5 - 0 等级