Alex Li

Results 711 comments of Alex Li

@dodatw Could you help to confirm if the above comment works in your case?

Please apply the snippet until we fix this in the future release. ```objective-c // https://github.com/fluttercandies/flutter_photo_manager/issues/1196 if (@available(iOS 18.0, *)) { [self fetchLivePhotosFile:asset handler:handler progressHandler:progressHandler withScheme:YES fileType:nil]; return; } PHAssetResource *resource...

The assertion has been removed in v3.5.0. In my opinion, the filter options group applies more conditions to the query. Simply set breakpoints in the native debugging can easily find...

Having some time playing iOS Gallery. Here is the conclusion: 1. The "Library" (All Photos Library) uses the creation date in descending order. 2. ~The "Recents" album uses the modified...

Is this reproducible without explicit configurations?

Did you also use the example with the modification to reproduce this?

What is the use case of getting the directory?

Is the initialization only happened once?

Generate paths for assets directories are available through `directory_path_enabled`. See https://github.com/FlutterGen/flutter_gen?tab=readme-ov-file#generate-directories-path Other variables are not fit in this case.

This is a Dart plugin issue instead of Flutter's.