File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 44</div >
55
66<div align =" center " >
7- <a href =" https://github.com/honmaple/maple-file/releases/tag/v1.0.3 " target =" _blank " >
8- <img src="https://img.shields.io/badge/release-1.0.3 -brightgreen.svg">
7+ <a href =" https://github.com/honmaple/maple-file/releases/tag/v1.0.4 " target =" _blank " >
8+ <img src="https://img.shields.io/badge/release-1.0.4 -brightgreen.svg">
99 </a >
1010 <a href =" https://github.com/honmaple/maple-file/blob/master/LICENSE " target =" _blank " >
1111 <img src="https://img.shields.io/badge/license-GPL3.0-blue.svg">
1616
1717[ home ] : https://fileapp.honmaple.com
1818[ document ] : https://fileapp.honmaple.com/guide/introduction.html
19- [ download ] : https://github.com/honmaple/maple-file/releases/tag/v1.0.3
19+ [ download ] : https://github.com/honmaple/maple-file/releases/tag/v1.0.4
2020
2121> 使用 ** Flutter** 实现的无服务端多协议云盘文件上传和管理APP
2222
3333
3434## 功能
3535 - 支持文件列表查看/复制/移动/删除/重命名/上传/下载
36- - 支持桌面端拖拽上传(仅文件,不支持文件夹 )
36+ - 支持桌面端拖拽上传(文件或者文件夹 )
3737 - 支持文件多选及操作
38+ - 支持文件列表信息缓存
3839 - 支持回收站
3940 - 支持视频、音频、图片和文本文件的预览
4041 - 支持文件加密和压缩
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717# In Windows, build-name is used as the major, minor, and patch parts
1818# of the product and file versions while build-number is used as the build suffix.
19- version : 1.0.3 +1
19+ version : 1.0.4 +1
2020
2121environment :
2222 sdk : ' >=3.3.3 <4.0.0'
You can’t perform that action at this time.
0 commit comments