huhx
huhx
> @letsar maybe you can add some docs in the readme on how to migrate to the new method? I guess some of the users that use your library is...
1. error counts 2. time cost 3. difficulty 4. tips count 5. note counts
好吧,这是个private仓库。我已经放开了
Thanks for your feedback, the issue maybe cause by demo refer to the old picker lib. I have already refer to the project code and upgrade the compose version and...
文件分片和断点续传在开发过程中,目前在装修房子有些忙,也欢迎PR
文件分片和断点续传在开发过程中,装修房子有些忙,也欢迎PR
final Response resp = await Client().putObjectFile( "/Users/aaa.pdf", fileKey: "aaa.png", option: PutRequestOption( onSendProgress: (count, total) { print("send: count = $count, and total = $total"); }, onReceiveProgress: (count, total) { print("receive: count...
filePath.codeUnits这个使用的有问题,如果使用putObject方法,第一个参数是文件流,不是文件路劲的bytes(filePath.codeUnits)。