XuanTung95
XuanTung95
`.of(context)` = service locator + dependence. It rebuild because of the "dependence" part. You can use only the service locator without "dependence". There are many ways to do it, for...
I don't think using InheritedWidget is user friendly. Why don't you use riverpod instead, it do the same thing. If that is the suggestion you are looking for.
Hi @gitbobobo I wonder if there is a better solution than using a cache proxy server? As I understand, media kit use libmpv.so so if we want to implement the...
@gitbobobo I also don't think modifying mpv-player can be done anytime soon or maybe never. If proxy server is the only solution now, we should invest more effort to it....
Api for implementing cache feature: https://github.com/mpv-player/mpv/blob/master/libmpv/stream_cb.h
@c1s1x1 Thank for the info. After investigate I find that. 1- Get list of topic can use ``` tinode.getMeTopic().onSubsUpdated.listen((value) { for (var item in value) { Topic topic = tinode.getTopic(item.topic...
I'm from Viet Nam. - Get list message of topic: I mean load previous messages from the server. It should be pagination I think. - Find other user: I don't...
OK so basically we can send all kind of message same as js client, message type is defined in package-types.dart ``` const String Hi = 'hi'; const String Acc =...