We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save image successful Success public.png { PHImageFileDataKey = {length = 253961, bytes = 0x89504e47 0d0a1a0a 0000000d 49484452 ... 49454e44 ae426082 }; PHImageFileOrientationKey = 0; PHImageFileUTIKey = "public.png"; PHImageResultIsDegradedKey = 0; PHImageResultRequestIDKey = 5; } Success PHImageFileURLKey (null) flutter: Invalid argument(s)
The text was updated successfully, but these errors were encountered:
同样的问题, iOS 13.2.2
Sorry, something went wrong.
看上去应该 (PHImageRequestID)requestImageDataForAsset:(PHAsset *)asset options:(nullable PHImageRequestOptions *)options resultHandler:(void (^)(NSData *_Nullable imageData, NSString *_Nullable dataUTI, UIImageOrientation orientation, NSDictionary *_Nullable info))resultHandler 这个方法在iOS 13 有问题
#30
No branches or pull requests
save image successful
Success public.png {
PHImageFileDataKey = {length = 253961, bytes = 0x89504e47 0d0a1a0a 0000000d 49484452 ... 49454e44 ae426082 };
PHImageFileOrientationKey = 0;
PHImageFileUTIKey = "public.png";
PHImageResultIsDegradedKey = 0;
PHImageResultRequestIDKey = 5;
}
Success PHImageFileURLKey (null)
flutter: Invalid argument(s)
The text was updated successfully, but these errors were encountered: