1. fix opennotification error in android 2. update to 0.0.9

master
huangminlinux 6 years ago
parent bd3dd1f86a
commit 31775a45b0

@ -1,4 +1,4 @@
# Generated by pub on 2018-12-18 14:03:59.641763.
# Generated by pub on 2018-12-28 11:16:51.907295.
analyzer:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/analyzer-0.33.0/lib/
args:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/args-1.5.0/lib/
async:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/async-2.0.8/lib/

@ -1,3 +1,7 @@
## 0.0.9
android: 修复 JPushReceiver 类型转换的错误。
## 0.0.8
更新 setup 方法android 端现在支持 channel 字段,用于动态设置 channel和 iOS 保持一致。

@ -240,7 +240,7 @@ public class JPushPlugin implements MethodCallHandler {
public static class JPushReceiver extends BroadcastReceiver {
private static final List<String> IGNORED_EXTRAS_KEYS = Arrays.asList("cn.jpush.android.TITLE",
"cn.jpush.android.MESSAGE", "cn.jpush.android.APPKEY", "cn.jpush.android.NOTIFICATION_CONTENT_TITLE");
"cn.jpush.android.MESSAGE", "cn.jpush.android.APPKEY", "cn.jpush.android.NOTIFICATION_CONTENT_TITLE", "key_show_entity", "platform");
public JPushReceiver() {
}

@ -133,9 +133,9 @@ packages:
jpush_flutter:
dependency: "direct dev"
description:
path: ".."
relative: true
source: path
name: jpush_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.8"
js:
dependency: transitive

@ -26,8 +26,8 @@ dev_dependencies:
flutter_test:
sdk: flutter
jpush_flutter:
path: ../
jpush_flutter: ^0.0.8
# path: ../
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec

@ -1,6 +1,6 @@
name: jpush_flutter
description: Offically supported JPush Flutter plugin.
version: 0.0.8
version: 0.0.9
author: huminios <h380108184@gmail.com>
homepage: https://www.jiguang.cn

Loading…
Cancel
Save