Chihiro

Results 7 issues of Chihiro

我运行的时候是正常的,但是接收到极光推送时应用会出现闪退的情况 错误信息如下 `2020-06-29 16:45:11.402 23143-23143/com.bearever.pushdemo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.bearever.pushdemo, PID: 23143 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/gson/Gson; at com.bearever.push.receiver.PushReceiverHandleManager.sendBroadcast(PushReceiverHandleManager.java:87) at com.bearever.push.receiver.PushReceiverHandleManager.onNotificationReceived(PushReceiverHandleManager.java:202) at com.bearever.push.target.jiguang.JPushBroadcastReceiver.onReceive(JPushBroadcastReceiver.java:50) at android.app.ActivityThread.handleReceiver(ActivityThread.java:3911) at android.app.ActivityThread.access$1700(ActivityThread.java:231) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1985)...

``` Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:flutter_mimc For solutions, see https://dart.dev/go/unsound-null-safety FAILURE: Build failed with an exception. * Where:...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 9.1.1 ### Platforms - [X] Android - [X] iOS - [x]...

bug

- 修复了Flutter 3.2以上版本适配问题 - 修复了Android 端java.lang.IllegalStateException: Reply already submitted异常,这个异常是由于多次调用MethodChannel的success和error导致