GTAds icon indicating copy to clipboard operation
GTAds copied to clipboard

Flutter聚合广告插件GTAds,支持自定义广告插入,支持按需动态集成多个广告,目前支持字节穿山甲、百度百青藤、腾讯优量汇、sigmob、快手

Results 4 GTAds issues
Sort by recently updated
recently updated
newest added

![截屏2024-03-27 15 01 06](https://github.com/gstory0404/GTAds/assets/165133655/d110610d-5b70-4f73-92bf-76815eee6521) 是否可以在flutter中加入这两个属性

### 描述 > 这个插件能加入taptap平台的广告吗 https://ssp.taptap.cn/ ### 设备版本 > 本地flutter版本、设备型号版本 ### 插件版本 > 插件版本号 ### 日志 > 详细的log日志或者截图录屏 ``` ```

### 描述 > Banner广告ios正常,android不显示 ### 代码 ``` GTAdsBannerWidget( //需要的广告位组 codes: [ GTAdsCode(alias: "ylh", probability: 5,androidId: "9055941703623169",iosId: "3015049793632342"), ], width: MediaQuery.of(context).size.width, height: MediaQuery.of(context).size.width/6.4, //超时时间 当广告失败后会依次重试其他广告 直至所有广告均加载失败 设置超时时间可提前取消 timeout: 5, //默认随机模式 model:...