dodatw
dodatw
Hi istemit Is there any plan fix in master ?
I face same issue, rebuild called 20+ time when keyboard show/hide
Same request, looking forward to his performance on edge devices.
I have another question, Why you can print "identifier", "quality", "gender" in getVoices result ? I only have locale and name.
> [miguelpruivo/flutter_file_picker#612 (comment)](https://github.com/miguelpruivo/flutter_file_picker/issues/612#issuecomment-1831761825) I think it should be different issue. It still can reproduce after reboot. This issue can reproduce more than one device. All devices are iOS 18.
> How about video assets? Do they played well on iOS 18? Video Assets can play without issue.
Hi Alex, it is work if I call this function directlly ``` [self fetchLivePhotosFile:asset handler:handler progressHandler:progressHandler withScheme:YES fileType:nil]; ``` Is it possiable fix in photo_manager ? ex, check if iOS...
This issue is side effct when I want to upgrade photo_manager for 2.x to 3.2. https://github.com/fluttercandies/flutter_photo_manager/issues/1150 Because this behavior change, I need to add orderby for CustomFilter.sql ``` CustomFilter.sql( where:...
@CaiJingLong thanks your reply. The problem is, aftrer photo_manager 3.2, it I want "Video + livePhoto" I need to use `where` to filter content. (https://github.com/fluttercandies/flutter_photo_manager/issues/1150). Is there anyway support this...