RxReader / tencent_kit

Flutter版QQ登录/分享
MIT License
235 stars 63 forks source link

Is that inconsistent? #28

Closed EchoPuda closed 2 years ago

EchoPuda commented 4 years ago

image

when I use iOS, universalLink != null and it will be error. when it be null, universalLink will not be add;

EchoPuda commented 4 years ago

ios 的时候,universalLink != null 就报错了,被assert阻止了, universalLink = null 时可以过去,但universalLink就不会被添加进去了。 这里应该是矛盾了。

然后ios端检测QQ是否安装,一直都是false。但实际上是安装了的