LiWenHui96 / flutter_file_view

A file viewer plugin for Flutter, support local file and network link of Android, iOS.
Apache License 2.0
29 stars 34 forks source link

获取文件大小失败 #12

Closed liulin824 closed 2 years ago

liulin824 commented 2 years ago

不知道我的描述是否准确,通过nginx映射到的文件是可以正常获取到文件大小的,当我的文件链接是alioss或者经后端的时候是获取失败的。 具体文件如下 image

LiWenHui96 commented 2 years ago

文件大小的获取方式是根据header获取的,并不保证全部获取成功,并在后续的版本中剔除此功能

LiWenHui96 commented 2 years ago

目前已发布 2.1.0-alpha.1 版本,不再使用 NetWorkFileViewer,请使用新版本吧。

liulin824 commented 1 year ago

好的,谢谢