Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

var image = await pickAssets[i].file; 在Ios上很耗时 #476

Closed
gyy19931212 opened this issue Aug 17, 2023 · 0 comments
Closed

var image = await pickAssets[i].file; 在Ios上很耗时 #476

gyy19931212 opened this issue Aug 17, 2023 · 0 comments
Labels
i: lack of information Further information is requested. i: not following issue template This issue is not following issue template or not fill the correct content with the template. s: invalid This doesn't seem right.

Comments

@gyy19931212
Copy link

Describe the bug
选择了图片后,为了获取文件,执行 代码 “var image = await pickAssets[i].file”;
在Ios上很耗时,感觉像是从图库重新加载一样

How to reproduce
List? addList = await AssetPicker.pickAssets( );

for (var i = 0; i < addList!.length; i++) {
  //这行代码,在ios上很耗时
  var image = await addList[i].file;
}
@gyy19931212 gyy19931212 added the await investigate The issue is waiting for further investigation. label Aug 17, 2023
@github-actions github-actions bot added the await triage The issue is waiting for triage. label Aug 17, 2023
@AlexV525 AlexV525 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2023
@AlexV525 AlexV525 added s: invalid This doesn't seem right. i: lack of information Further information is requested. i: not following issue template This issue is not following issue template or not fill the correct content with the template. and removed await triage The issue is waiting for triage. await investigate The issue is waiting for further investigation. labels Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i: lack of information Further information is requested. i: not following issue template This issue is not following issue template or not fill the correct content with the template. s: invalid This doesn't seem right.
Projects
None yet
Development

No branches or pull requests

2 participants