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/ 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/ 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/ 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 ## 0.0.8
更新 setup 方法android 端现在支持 channel 字段,用于动态设置 channel和 iOS 保持一致。 更新 setup 方法android 端现在支持 channel 字段,用于动态设置 channel和 iOS 保持一致。

@ -240,7 +240,7 @@ public class JPushPlugin implements MethodCallHandler {
public static class JPushReceiver extends BroadcastReceiver { public static class JPushReceiver extends BroadcastReceiver {
private static final List<String> IGNORED_EXTRAS_KEYS = Arrays.asList("cn.jpush.android.TITLE", 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() { public JPushReceiver() {
} }

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

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

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

Loading…
Cancel
Save