jmessage-flutter-plugin icon indicating copy to clipboard operation
jmessage-flutter-plugin copied to clipboard

JMessage's Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。

Results 59 jmessage-flutter-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

jmessage_flutter: 0.6.3,更新群组信息方法 updateGroupInfo没有更新成功,也没有报错。 updateGroupInfo的方法里怎么调用的是getGroupInfo??? ![image](https://user-images.githubusercontent.com/40079016/90768301-112fe980-e321-11ea-853c-a6e59508b953.png)

- [ ] 支持Window OS - [ ] 支持Mac OS - [ ] 支持Web(优先)

论坛地址:https://community.jiguang.cn/ 论坛回复还是挺即时的,大家有问题可以去论坛提问

login之后调用addReceiveMessageListener,发送消息根本收不到,但是有通知栏显示。

private void updateGroupInfo(MethodCall call, final Result result) { HashMap map = call.arguments(); long groupId; try { JSONObject params = new JSONObject(map); groupId = Long.parseLong(params.getString("id")); } catch (JSONException e) { e.printStackTrace();...

真机debug正常,然而release包登录超时,android机器,试了两台手机都这样。 flutter版本:1.12.13+hotfix.5、jmessage:0.6.2 错误如下 PlatformException(871201, Get response timeout,please try again later., )

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':jmessage_flutter:verifyReleaseResources'. > java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed Output: E:\workspace\flutter_project\rong_c\build\jmessage_flutter\intermediates\res\merged\release\values\values.xml:186: error: resource android:attr/fontVariationSettings not found. E:\workspace\flutter_project\rong_c\build\jmessage_flutter\intermediates\res\merged\release\values\values.xml:187:...

一上传就 出现 Lost connection to device.,app崩溃, -------------------------------------- [√] Flutter (Channel stable, v1.12.13+hotfix.5, on Microsoft Windows [Version 10.0.18363.592], locale zh-CN) [!] Android toolchain - develop for Android devices (Android SDK version...

![图片](https://user-images.githubusercontent.com/7467318/71947106-b240b880-3206-11ea-920a-97168f0a96fd.png) PlatformException(error, Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference, null) 今天发现插件调用了java空对象.无法获取到会话列表. 我昨天更新了flutter 1.12.13H+.会不会是这个问题?