有没有办法在 flutter 中全屏播放视频?

Is there a way to play videos on full screen in flutter?

我正在尝试创建一个流式应用程序,但我找不到一个有用的包来用于这种情况,一切都像嵌入式视图一样工作。我希望有一个包或任何可定制的东西,如果有人能帮助这会很棒,谢谢!

已经有一个类似的问题,答案非常好

As far as I understand, the VideoPlayer doesn't know anything about where it is, but rather just expands to fit within the given space the best it can. I believe what you want to do is use a RotatedBox as a parent of the video and set the rotation value. [...]