update to 0.0.3

master
huangminlinux 6 years ago
parent a545e7881f
commit 1b2705a23e

@ -1,4 +1,4 @@
# Generated by pub on 2018-09-19 16:23:17.855023. # Generated by pub on 2018-09-29 10:15:14.625856.
collection:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/ collection:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.11/lib/
flutter:file:///Applications/flutter/packages/flutter/lib/ flutter:file:///Applications/flutter/packages/flutter/lib/
meta:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.6/lib/ meta:file:///Applications/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.6/lib/

@ -204,8 +204,7 @@ public class JPushPlugin implements MethodCallHandler {
public void sendLocalNotification(MethodCall call, Result result) { public void sendLocalNotification(MethodCall call, Result result) {
try { try {
HashMap<String, Object> map = call.arguments(); HashMap<String, Object> map = call.arguments();
Log.d("JPushPlugin", "1111111111111111111");
// Log.d("JPushPlugin", map.toString());
JPushLocalNotification ln = new JPushLocalNotification(); JPushLocalNotification ln = new JPushLocalNotification();
ln.setBuilderId((Integer)map.get("buildId")); ln.setBuilderId((Integer)map.get("buildId"));
ln.setNotificationId((Integer)map.get("id")); ln.setNotificationId((Integer)map.get("id"));

@ -136,7 +136,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.0.2" version: "0.0.3"
js: js:
dependency: transitive dependency: transitive
description: description:

@ -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.2 version: 0.0.3
author: huminios <h380108184@gmail.com> author: huminios <h380108184@gmail.com>
homepage: https://www.jiguang.cn homepage: https://www.jiguang.cn

Loading…
Cancel
Save