Daniel Pakosz
Daniel Pakosz
I also want to use Equatable library in my project just to not having to override == operator, hashCode and toString.
I checked it now on ios its working properly.
@GGSDDUAY Any idea?
My approch is to delete all files from cache folder ```dart final tempDirectory = (await getTemporaryDirectory()); final directoryItemList = tempDirectory.listSync(); for (final element in directoryItemList) { if (element is File)...
Its seems it is now checking some errors at runtime. Just check this line where it shows you and check if you have everything correct. And its seems it now...
Or add boolean parameter shouldChangeListener. Default would be false. It also would be good option
@btastic can you look into it?
I can confirm, there is some issue with saving .heic
@tomsun So why you do not push new version to pub.dev?
can we merge this @woodwen ? currently, the jcenter is down, and it's better if we can fix this on image_gallery_saver. thank you