Alex Li

Results 709 comments of Alex Li

Offline discussed with @MeandNi, who's voting for further investigations.

> 小米手机系统的问题 请提供录屏。

> 1.使用ImageGallerySaver将页面截图Uint8List对象 插入到相册 2.在手机文件管理器中将图片删除 3.重新打开图片选择器则可以复现. 使用单个文件提供调用代码。

> 您好,您指的是 我需要提供调用assets_picker 的代码吗? 调用 saver 后调用选择器的最小复现代码。 建议使用 manager 的保存功能代替 saver。

自 98ef9fd (2.2.0) 起,生成 entity 前已开始检查实际文件是否存在。

Is there any documents that directly obtain images/videos count without extra requests?

Well, after some thinking, I think asynchronous getters will do.

AFAICT, notify events are different between platforms. https://github.com/fluttercandies/flutter_photo_manager/blob/2ffa0b70926988570520711c3e0292a292041763/ios/Classes/PhotoChangeObserver.m#L35-L37

It can be implemented, but I'm not sure which point we should put it at, because: - It's Android only, but if we use `AndroidEditor`, it seems not reasonable. -...