jpush / jverify-flutter-plugin

JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。
https://docs.jiguang.cn
MIT License
117 stars 64 forks source link

空安全版本下,sdkSetupCallBackListener方法不会回调 #134

Open phoenixsky opened 3 years ago

phoenixsky commented 3 years ago

image

operator = json['operator'];

type 'Null' is not a subtype of type 'String' 导致_eventHanders.sdkSetupCallBackListener!(event);没有执行

image

skill20 commented 3 years ago

非常感谢您反馈的问题,在 2.1.4 版本修复了这个问题。