Flutter 如何去除资产视频底部的绿线?

问题描述

每当我在 Flutter 应用程序(调试和发布模式)中播放来自资产的视频时,它会在视频底部显示一条绿色线。

下图代表问题:

image of video

这是我的颤振医生输出

enter image description here

我如何删除它?我错过了什么?这是我的代码

body: Center(
      child: _controller.value.initialized
          ? AspectRatio(
              aspectRatio: _controller.value.aspectRatio,child: VideoPlayer(_controller),)
          : Container(),),

提前致谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)