getuiflut 0.2.40
getuiflut: ^0.2.40 copied to clipboard
getui flutter plugin
0.1.9 #
1.新增bindAlias& unbindAlias &setBadge & resetBadge接口 2.新增setTags接口 3.完善readme 4.添加支持静态库 5.修复已知问题
0.2.1 #
1.新增setLocalBadge接口
0.2.3 #
1.新增getLaunchNotification
0.2.4 #
- iOS application:continueUserActivity:restorationHandler 避免userActivity被系统清除
- TODO: Describe initial release.
0.2.5 #
- 升级安卓个推和厂商SDK
- 增加turnOnPush接口
- stopPush接口修改为turnOffPush
0.2.6 #
- 升级iOS GTSDK到2.5.4.0
- iOS侧不再支持voip
0.2.7 #
- 修复GTSDK兼容性问题
0.2.8 #
- iOS GTSDK 增加插件回调事件
0.2.9 #
- 安卓升级flutter,替换过期方法
0.2.10 #
- 支持 null safe
0.2.11 #
- 去除v4包
0.2.12 #
- 兼容iOS GTSDK 2.6.4.0
- 增加setPushMode API
0.2.13 #
1.修改Android集成方式
0.2.14 #
提供函数给用户传递信息 GetuiflutPlugin.transmitUserMessage(map)
0.2.15 #
- 兼容iOS GTSDK 2.7.0.0
- iOS增加授权状态回调 onGrantAuthorization
- continueUserActivity返回YES
0.2.16 #
- 兼容Android setBadge接口
0.2.17 #
- iOS 添加startSdkSimple、registerRemoteNotification、sdkVersion插件方法
- android 适配Android 13
0.2.18 #
- iOS 添加registerActivityToken插件方法
0.2.19 #
1.android 不再默认依赖GTSDK
0.2.20 #
1.android 扩展unbindAlias函数
0.2.21 #
1.android 扩展unbindAlias函数,bindAlias函数
0.2.22 #
1.android 修复setBadge函数
0.2.23 #
- iOS 修复APNs静默回调问题, 新增runBackgroundEnable
0.2.24 #
- iOS 升级实时活动(灵动岛)API,2. 修复冷启动点击回执。3. 修改静默回调处理
0.2.25 #
- 升级dart版本为 ">=2.12.0 <=3.2.3"
0.2.26 #
- andoird GetuiflutPlugin 实例在初始化的时候设置
0.2.27 #
- 提高dart版本
0.2.28 #
- Android 增加SetTag、Alias回调
0.2.29 #
- iOS 增加API registerDeviceToken
0.2.30 #
- 增加onReceiveOnlineState
- Android 增加onNotificationMessageClicked
0.2.31 #
- 增加onReceiveOnlineState 修复
0.2.32 #
- iOS适配灵动岛API,GTSDK 3.0.7.0
- 修复已知问题
0.2.33 #
- iOS增加API getLaunchOptions
0.2.34 #
- iOS onReceiveOnlineState回调参数bool改为string,避免dart2兼容性问题
0.2.35 #
1.iOS 删除getLaunchOptions,新增getLaunchLocalNotification性问题
0.2.36 #
1.iOS 修改getLaunchLocalNotification返回值
0.2.37 #
1.android 增加namespace
0.2.38 #
- 支持ohos
- 删除onReceiveMessageData. 使用onReceivePayload替换
- initGetuiSdk等类方法,全部改为对象实例方法
- 增加queryTag(sn) IOS不支持
- 修改setTag(tags)为setTag(tags,sn) 旧版本Android中sn固定为“setTag”,iOS的sn会根据tags自动生成sn
- 增加setSilentTime 、 sendFeedbackMessage
0.2.39 #
- compileSdkVersion 改为34
- FlutterIntentService bug修复
0.2.40 #
- iOS兼容UIScene场景,新增handleSceneWillConnectWithOptions API