uri_file_reader 1.0.2
uri_file_reader: ^1.0.2 copied to clipboard
Support directly obtaining file content (bytes) via URI without copying to a private directory
1.0.2 #
-
优化 文件路径获取
-
优化 文件读取
-
Optimized file path retrieval
-
Optimized file reading
1.0.1 #
-
修复 从 URI 获取的文件路径为 URI path 的问题
-
Fix get file path from uri
1.0.1 #
-
支持 从 URI 中获取文件信息,如路径、大小、文件名
-
支持 通过 URI 将文件复制到指定路径
-
支持 通过 URI 读取文件内容(字节)
-
Support file info retrieval from URI - including path, size and filename
-
Support direct file copy from URI to new folder
-
Support file byte streaming from URI