Results 4 comments of

During mixed development, the rootviewcontroller changes, and the image_ Cropper cannot pop up

> 同样的问题,暂时屏蔽掉了,希望尽快有解决方案。谢谢! @Override public void onAttachedToEngine(FlutterPluginBinding flutterPluginBinding) { channel = new MethodChannel(flutterPluginBinding.getBinaryMessenger(), "jpush"); channel.setMethodCallHandler(this); context = flutterPluginBinding.getApplicationContext(); instance = this; } 将instance = this; 移到onAttachedToEngine方法里面就没出现此问题了, 原始instance初始化在 JPushPlugin构造函数内 public JPushPlugin() {...

Thx, the problem fixed. This ScanningSettings config issues.