[Flutter]Unhandled Exception: PlatformException(VideoError, Video player had error com.google.androi


问题描述:

使用Chewie播放视频时发现不能加载视频

解决方法:

android/app/src/main/AndroidManifest.xml加上

<application ...
android:usesCleartextTraffic="true"

相关