You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.1 KiB

## 0.2.0
+ 修复:调用 sendLocalNotification 接口 crash 问题;
+ 修复iOS 启动 APP 角标自动消失问题;
+ 修复执行 flutter build apk 打包错误问题;
+ 更新配置
## 0.0.13
featurn:
适配flutter 1.7.8
升级 jpush sdk 版本为3.3.4
## 0.0.12
featurn: 修改LocalNotification的属性名为"extra"
## 0.0.11
6 years ago
iOS: 修复 getLaunchAppNotification 返回 null 的情况。
featurn: APNS 推送字段将 extras 字段移动到 notification.extras 中和 android 保持一致。
## 0.0.9
android: 修复 JPushReceiver 类型转换的错误。
## 0.0.8
更新 setup 方法android 端现在支持 channel 字段,用于动态设置 channel和 iOS 保持一致。
注意通过 setup 设置 的 channel 会覆盖 manifestPlaceholders 中的 JPUSH_CHANNEL 字段。
## 0.0.7
修改 setup 方法,添加 boolean debug 参数,如果 debug 为 true 这打印日志,如果为 false 则不打印日志。
## 0.0.6
增加 swift 工程支持。
## 0.0.3
添加 localnotification api。
6 years ago
## 0.0.2
修复 android 类名文件名不匹配问题。
## 0.0.1
第一个版本。