Leo

Results 28 issues of Leo

I'm using ImageItem to display a list of AssetEntity. I noticed that on Android after scrolling many pictures (around 2000), the cache of the app itself is huge like 10-12...

need confirm

Nowadays the HEIC and HEIF contents are not supported from your ImageItem widget that will give an error like this: ``` E/PhotoManagerPlugin(27461): get thumb error E/PhotoManagerPlugin(27461): java.io.FileNotFoundException: Failed to create...

need confirm

# Code I'm using the following method to the the path from an AssetEntity: ``` Future getPath() async { AssetEntity a = new AssetEntity(id: resourceID); if (Platform.isIOS) return (await a.file).path;...

need confirm

Hi, I'd like to use the picker to pick n pictures from a list of paths I load from database. Is the _photoPathList_ the parameter I have to pass in...

duplicate
enhancement

Hi, I'm using the option `sortDelegate: SortDelegate.common` and the list of the pictures is apparentely sorted by datetime but if I take a picture and then download from Google Photos...

help wanted

This plugin is very powerful but in my opinion it has some limitations that cut its potential. For example I'd like to use the picture grid in my homepage (in...

enhancement

Without this fix, the webview goes to error page on some devices without motives

bug

Hello. It seems that the widget does not support [High Efficiency Image File Format](https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format) , which is how by default iOS 11 now stores photos. Any update about this?

Framework bug

Hi, can you please add support for time formatter in the HH:mm format?

Hi, thanks for the great job. There is a feature is missing, tho. I'm using the plugin to scroll through a list of element that is loaded using a page...