gstory0404 / flutter_universalad

字节跳动穿山甲广告、腾讯优量汇(广点通)聚合广告插件 Flutter版本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios穿山甲判断貌似写错了

xypmhxy opened this issue · comments

commented

splash_ad_view 60行 判断应该是if (_type == UniversalSdkKType.PANGOLIN && Platform.isIOS) {.....} 写成了!Platform.isIOS

已修复