Priyanshu Desai

Results 12 comments of Priyanshu Desai

@lucasjinreal I tried to reproduce your issue, it seems to be not reproducible by the information you provided, Can you please share your app and project level build.gradle, also with...

@lalLAL95828 any update or workaround for this??

I found a workaround for this! you can set it to manual whenever not required and want to switch back to normal behaviour, This fixes the widget going out of...

@queendevelopers, I need this fix, can you please look into it, if possible. Thank you!

As you can refer this recording i have 6 photos 3 of Nov 24, and other 3 of Oct 22 now when applying filter of date_added grater then Dec 2023,...

Query is not working on android regardless, it does give error or 0 images when providing wrong query, but when giving this one it does not work. Feature is not...

Hey Alex, by debugging more on this i was able to reproduce it only happens to picture-specific and only in android(any android device), but it is not rare as i...

To read the creation date in the grid, I use AssetEntity.createDateTime. In the ImageItemWidget, I modified the _buildImageWidget() method as follows: Note: I use an extension method getReadableDateFormat() to format...

Hi @AlexV525 , I hope you're doing well! I just wanted to check in—were you able to reproduce the issue? Please feel free to reach out if you need anything...

Thank you for the response! I used the [Exif](https://pub.dev/packages/exif) package to read metadata. Once a File is converted into Uint8List, you can read the metadata using the following code: ```final...