PackageTrack
Sign in Get early access

jpush_flutter

JIGUANG officially supported JPush Flutter plugin (Android, iOS & HarmonyOS). 极光推送官方支持的 Flutter 插件(Android、iOS 与鸿蒙)(https://www.jiguang.cn).

3.5.4 10K downloads/mo #2877 most downloaded on pub.dev

What this package is like to depend on

Last release 3 days ago

21 Aug 2026

Ships fairly regularly

a new release about every 4 weeks

Most releases are documented

notes for 112 of 136 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

136 releases · first in 2018

21 releases in the last 12 months

see the full history below

Release timeline

136 releases · Sep 2018 to Aug 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 136
  1. 3.5.4 21 Aug 2026
    Release notes
    • iOS JPush SDK 升级至 6.2.2,JCore SDK 最低版本升级至 5.5.1。
    • iOS 支持 turnOffPush / turnOnPush,用于反注册和恢复推送服务。
    • iOS 支持 Live Activity PushToken 与 Push-to-Start Token 的注册、更新和解绑。
    Open source →
  2. 3.5.3 20 Aug 2026
    Release notes
    • 鸿蒙 SDK 升级至 1.4.2。
    • 鸿蒙新增 turnOffPush / turnOnPush 接口,支持停止/恢复推送服务(反注册)。
    • 鸿蒙 VoIP 呼叫消息回调 onJMessageVoIP 新增 callId 字段。
    Open source →
  3. 3.5.2 19 Aug 2026
    Release notes
    • 鸿蒙新增 setUserRequestNotificationPermission 接口,支持由开发者自行控制通知权限申请(用法见 README_Harmony.md)。
    • 鸿蒙 init 时不再由插件重复申请通知权限,统一交由 SDK 处理。
    Open source →
  4. 3.5.1 12 Aug 2026
    Release notes
    • 修复 Gradle 9 环境下 Android 构建报 Could not find method jcenter() 的问题。
    Open source →
  5. 3.5.0 05 Aug 2026
    Release notes
    • iOS 插件支持 Swift Package Manager 集成方式(需 Flutter 3.24+,CocoaPods 集成不受影响)。
    Open source →
  6. 3.4.9 31 Jul 2026
    Release notes
    • 修复 iOS 调用 stopPush / resumePush 后,getPushStatus 返回的 isStopped 状态不变的问题。
    Open source →
  7. 3.4.8 29 Jul 2026
    Release notes
    • Android 与 iOS JPush SDK 升级至 6.2.0,JCore SDK 升级至 5.5.0。
    • 新增 Android 小米订阅消息接口 requestSubscribeChannel,订阅结果通过 onCommandResult 回调。
    Open source →
  8. 3.4.7 10 Jul 2026
    Release notes

    适配 Flutter 3.35 / Dart 3,放宽 Dart SDK 约束到 >=2.19.6 <4.0.0

    Open source →
  9. 3.4.6 12 Jun 2026
    Release notes

    更新鸿蒙 JPush SDK(@jg/push)到 1.4.0

    • 鸿蒙新增本地通知支持:sendLocalNotification / clearNotification / clearLocalNotifications(本地通知经 onArrivedMessage / onClickMessage 回调,notificationType == 1 可与推送通知区分)
    • 鸿蒙新增 getPushStatus 方法,查询后台实际推送开关状态(回包格式与 Android/iOS 一致)
    • 鸿蒙适配 getRegistrationId / isPushStopped 异步化,setClickWant 传入 ApplicationContext 修复冷启动点击通知异常
    Open source →
  10. 3.4.5 12 May 2026
    Release notes

    更新 Android & iOS JPush SDK 到 6.1.0,新增 Android setKeepLongConnInBackground 和 onVoipMessage 回调

    Open source →
  11. 3.4.4 20 Mar 2026
    Release notes
    • 解决iOS冷启动点击通知进入app没有通知点击回调的问题
    Open source →
  12. 3.4.3 26 Jan 2026
    Release notes
    • 新增 Android setLatestNotificationNumber 方法,用于设置最多显示的通知条数
    Open source →
  13. 3.4.2 23 Jan 2026
    Release notes
    • 更新 iOS JPush SDK 到 6.0.0 版本
    • 新增 iOS getPushStatus 方法,用于获取推送状态(Android 改为和 iOS保持一致的回调)
    Open source →
  14. 3.4.1 23 Jan 2026
    Release notes
    • 新增 Android isPushStoppedAndroid 方法,用于检查推送是否已停止
    • 新增 Android getPushStatus 方法,用于获取推送状态
    Open source →
  15. 3.4.0 06 Nov 2025
    Release notes
    • 修复bug
    Open source →
  16. 3.3.9 21 Oct 2025
    Release notes
    • 修复notificationCustomButton.data的数据类型
    Open source →
  17. 3.3.8 21 Oct 2025
    Release notes
    • 更新 iOS JPush SDK 到 5.9.0 版本,JCore SDK 到 5.2.0 版本
    • 更新 Android JPush SDK 到 5.9.0 版本
    • 新增 iOS setBackgroundEnable 方法,用于设置进入后台是否允许长连接
    Open source →
  18. 3.3.7 10 Oct 2025
    Release notes

    HarmonyOS 新增 onArrivedMessage、onUnShowMessage 回调方法实现。

    Open source →
  19. 3.3.6 01 Sep 2025

    Nothing published for this version

  20. 3.3.5 01 Sep 2025

    Nothing published for this version

  21. 3.3.4 06 Aug 2025
    Release notes

    iOS 新增 "onConnected" 事件回调。

    Open source →
  22. 3.3.3 23 Jul 2025
    Release notes

    iOS 新增 onReceiveDeviceToken 事件回调,用于获取设备DeviceToken

    Open source →
  23. 3.3.2 15 Jul 2025
    Release notes

    android升级到jpush 5.8.0 ios升级到jpush 5.7.0

    Open source →
  24. 3.3.1 08 Jul 2025
    Release notes

    安卓所有回调事件做缓存处理。

    Open source →
  25. 3.3.0 01 Jul 2025
    Release notes

    修复安卓第一次运行getRegistrationID方法偶现获取不到rid的问题。

    Open source →
  26. 3.2.9 27 Jun 2025
    Release notes

    优化 iOS 点击通知回调

    Open source →
  27. 3.2.8 30 May 2025
    Release notes

    更新安卓 jcore 5.0.2, 新增enableSDKLocalLog 和 readNewLogs 接口

    Open source →
  28. 3.2.8+1 06 Aug 2025

    Nothing published for this version

  29. 3.2.7 21 May 2025
    Release notes

    更新 harmony 到1.2.1,ios 更新到jpush5.6.1&jcore5.0.2

    Open source →
  30. 3.2.6 14 May 2025
    Release notes

    添加harmony平台 使用方式变更

    import 'package:jpush_flutter/jpush_flutter.dart';
    import 'package:jpush_flutter/jpush_interface.dart';
    
    final JPushFlutterInterface jpush = JPush.newJPush();
    
    Open source →
  31. 3.2.5 14 May 2025
    Release notes

    更新 android JCore 491 版本

    Open source →
  32. 3.2.4 06 May 2025
    Release notes

    更新 android JPush 5.7.0, 新增 android setDataInsightsEnable 接口

    Open source →
  33. 3.2.3 22 Apr 2025
    Release notes

    更新 iOS JPush 5.6.0

    Open source →
  34. 3.2.2 14 Apr 2025
    Release notes

    iOS 恢复到3.1.6版本对通知的处理

    Open source →
  35. 3.2.1 07 Apr 2025
    Release notes

    在flutter 通信channel断开时候,把channel置为空 自定义消息增加缓存

    Open source →
  36. 3.2.0 11 Feb 2025
    Release notes

    更新android Jpush 560+JCore 490, 更新 iOS JPush 5.5.0 +JCore 4.9.0

    Open source →
  37. 3.1.9 13 Jan 2025
    Release notes

    开放本地通知在点击时候能直接进入应用主页

    Open source →
  38. 3.1.8 09 Jan 2025
    Release notes

    更新android JPush 553+ jcore 489

    Open source →
  39. 3.1.7 30 Dec 2024
    Release notes

    修复iOS杀死app点击通知不走回调的问题

    Open source →
  40. 3.1.6 25 Dec 2024
    Release notes

    修复onCommandResult 方法崩溃

    Open source →
  41. 3.1.5 25 Dec 2024
    Release notes

    修复onCommandResult 方法中没有 extra 参数问题,都放到map中

    Open source →
  42. 3.1.4 04 Dec 2024
    Release notes

    删除多余配置

    Open source →
  43. 3.1.3 04 Dec 2024
    Release notes

    修复后台不能获取回调的问题

    Open source →
  44. 3.1.2 22 Nov 2024
    Release notes

    修复在map中且套map不能获取数据问题: 主要由原来的string 类型 修改为 map 类型。

    Open source →
  45. 3.1.1 05 Nov 2024

    Nothing published for this version

  46. 3.0.9 08 Oct 2024
    Release notes

    1、升级 iOS SDK JPush 5.4.0 +JCore 4.8.0, 升级 android JPush 5.5.0 +JCore 4.8.0

    Open source →
  47. 3.0.8 02 Sep 2024
    Release notes

    1、iOS本地通知新增onReceiveNotification回调

    Open source →
  48. 3.0.7 30 Aug 2024
    Release notes

    1、修复BUG

    Open source →
  49. 3.0.6 09 Aug 2024
    Release notes

    1、修复BUG

    Open source →
  50. 3.0.5 08 Jul 2024
    Release notes

    1、修复BUG

    Open source →
  51. 3.0.4 05 Jul 2024
    Release notes

    1、升级 iOS SDK JPush 5.3.0, 升级 android JPush 5.4.0 2、开放 setLinkMergeEnable、setGeofenceEnable、setSmartPushEnable、setCollectControl 接口设置 3、删除 setLbsEnable 接口设置

    Open source →
  52. 3.0.3 12 Jun 2024
    Release notes

    1、开放onCommandResult 接口回调 2、升级适配gradle 7.5

    Open source →
  53. 3.0.2 04 Jun 2024
    Release notes

    开放支持动态设置appkey

    Open source →
  54. 3.0.1 20 May 2024
    Release notes

    升级:升级 android JPush 5.2.2

    Open source →
  55. 3.0.0 08 Apr 2024
    Release notes
    • 适配flutter3.x,
    • 升级:升级 iOS SDK JCore4.6.2, JPush 5.2.4
    Open source →
  56. 2.6.0 16 Dec 2025

    Nothing published for this version

  57. 2.5.9 14 Mar 2025

    Nothing published for this version

  58. 2.5.8 25 Dec 2024

    Nothing published for this version

  59. 2.5.7 25 Dec 2024

    Nothing published for this version

  60. 2.5.6 04 Dec 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive