Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter 颤振:如何播放Uint8List中的视频_Flutter - Fatal编程技术网

Flutter 颤振:如何播放Uint8List中的视频

Flutter 颤振:如何播放Uint8List中的视频,flutter,Flutter,AssetEntity资产=AssetEntity(id:photo.id) Uint8List\u视频= 等待asset.thumbDataWithSize(photo.pixelWidth,photo.pixelHeight) 使用视频播放器:^0.10.9+1软件包,但在此软件包中,我无法使用UINT8列表。 如何播放视频?github/Flatter上有多个功能请求,但尚未取得进展。github/Flatter上有多个功能请求,但尚未取得进展。

AssetEntity资产=AssetEntity(id:photo.id)

Uint8List\u视频=
等待asset.thumbDataWithSize(photo.pixelWidth,photo.pixelHeight)

使用视频播放器:^0.10.9+1软件包,但在此软件包中,我无法使用UINT8列表。
如何播放视频?

github/Flatter上有多个功能请求,但尚未取得进展。github/Flatter上有多个功能请求,但尚未取得进展。