Merge pull request #195 from skill20/master

更新flutter 版本
master
qing 4 years ago committed by GitHub
commit 087c76e951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
## 0.5.8 ## 0.5.9
+ 适配最新版本 JPush SDK Android 3.8.0 , IOS 3.3.6 + 适配最新版本 JPush SDK Android 3.8.0 , IOS 3.3.6
## 0.5.6 ## 0.5.6
+ 修复iOS点击本地通知的通知栏消息缺少extras 字段 + 修复iOS点击本地通知的通知栏消息缺少extras 字段

@ -16,7 +16,7 @@ dependencies:
// pub 集成 // pub 集成
dependencies: dependencies:
jpush_flutter: 0.5.8 jpush_flutter: 0.5.9
``` ```
### 配置 ### 配置

@ -1,6 +1,6 @@
name: jpush_flutter name: jpush_flutter
description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS(https://www.jiguang.cn). description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS(https://www.jiguang.cn).
version: 0.5.8 version: 0.5.9
# author: xudong.rao <xudong.rao@outlook.com> # author: xudong.rao <xudong.rao@outlook.com>
homepage: https://www.jiguang.cn homepage: https://www.jiguang.cn
@ -22,6 +22,7 @@ dev_dependencies:
# The following section is specific to Flutter. # The following section is specific to Flutter.
flutter: flutter:
plugin: plugin:
platforms:
android: android:
package: com.jiguang.jpush package: com.jiguang.jpush
pluginClass: JPushPlugin pluginClass: JPushPlugin

Loading…
Cancel
Save