flutter_image_cropper
flutter_image_cropper copied to clipboard
the image_ Cropper cannot pop up
UIViewController *viewController = [UIApplication sharedApplication].delegate.window.rootViewController; FLTImageCropperPlugin* instance = [[FLTImageCropperPlugin alloc] initWithViewController:viewController]; [registrar addMethodCallDelegate:instance channel:channel];
混合开发的时候rootViewController,发生变化后,image_cropper不能弹出
During mixed development, the rootviewcontroller changes, and the image_ Cropper cannot pop up