轩言
轩言
请问解决了没有?你怎么处理的
 How can I configure such json?  I don't see the keyword set here
This library has very few features and I can answer some of your questions. I also hope to work with you to solve some problems with this library. I've been...
1:Get list of topic var me = MySingleton.tinode.getMeTopic(); MySingleton.tinode.onRawMessage.listen((value) { Get the list of topic here } var info = await me.subscribe(im.MetaGetBuilder(me).withLaterSub(null).withDesc(null).withTags().withCred().build(), null);
2:Find other user Same as the first question,only Need to change here MySingleton.tinode.getFndTopic();
The third problem, which is in the demo
Sorry, I have a problem answering the first question, I should use onSubsUpdated listener. 2:Find other user ``` var me =tinode.getFndTopic(); tinode.onRawMessage.listen((value) { Find other user }; await me.subscribe( MetaGetBuilder(me)...
The third question I did not understand
- Get list message of topic: Well, I don't know how to load previous messages from the server. - Find other user: I didn't find a way to search by...
> @c1s1x1 I strongly recommend you to read the Tinode server API document first, then use dart-sdk. 老哥,我看过服务器端的文档,后台支持的功能,不代表flutter端就有对应的接口功能啊,肯定是在不改动源码的基础上使用最好。就好比tinodewWeb端支持文件图片传输,flutter端就不支持,必须改源码才可以。 如果你也看过flutter端,能回答一下怎么去创建新topic和添加成员吗?最近卡在这里了