44<h3 align =" center " >一款优质的 Flutter 广告插件(腾讯广告、广点通、优量汇)</h3 >
55
66<p align =" center " >
7- <a href =" https://github.com/FlutterAds/flutter_qq_ads " ><img src=https://img.shields.io/badge/version-v1.4.1 -success> </a >
7+ <a href =" https://github.com/FlutterAds/flutter_qq_ads " ><img src=https://img.shields.io/badge/version-v1.5.0 -success> </a >
88<a href =" https://github.com/FlutterAds/flutter_qq_ads " ><img src=https://img.shields.io/badge/null_safety-v2.4.1-success> </a >
99<a href =" https://github.com/FlutterAds/flutter_qq_ads " ><img src=https://img.shields.io/badge/platform-iOS%20%7C%20Android-brightgreen> </a >
10- <a href =" https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml " ><img src =" https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml/badge.svg?branch=develop " ></a >
10+ <a href =" https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml " ><img src =" https://github.com/FlutterAds/flutter_qq_ads/actions/workflows/flutter.yml/badge.svg?branch=2x " ></a >
1111<a href =" https://github.com/FlutterAds/flutter_qq_ads " ><img src=https://img.shields.io/github/stars/FlutterAds/flutter_qq_ads?color=brightgreen> </a >
1212<a href =" https://github.com/FlutterAds/flutter_qq_ads/blob/develop/LICENSE " ><img src=https://img.shields.io/badge/license-MIT-brightgreen> </a >
1313</p >
2929- ✅ [ 信息流] ( #信息流 )
3030
3131## 下载体验
32- <a href =" https://www.pgyer.com/app/qrcode/fadsqq " ><img src =" https://www.pgyer.com/app/qrcode/fadsqq " width =' 100 ' height =' 100 ' ></a >
32+ <a href =" https://www.pgyer.com/app/qrcode/fadsqq " ><img src =" https://raw.githubusercontent.com/yy1300326388/yy1300326388/main/images/gzh/gzh_qrcode.jpeg " width =' 100 ' height =' 100 ' ></a >
33+ > 回复 ` 优量汇体验 `
3334
3435## 入门使用
3536### 引入依赖
3637
3738``` Dart
3839dependencies:
39- flutter_qq_ads: ^1.4.1 # 非 Null Safety 版本
40+ flutter_qq_ads: ^1.5.0 # 非 Null Safety 版本
4041 flutter_qq_ads: ^2.4.1 # Null Safety 版本
4142```
4243
@@ -162,7 +163,7 @@ AspectRatio(
162163/// [width] 宽度
163164/// [height] 高度,0:代表自适应广告高度
164165/// [count] 获取广告数量,建议 1~3 个
165- List<int> feedAdList = await FlutterPangleAds .loadFeedAd(
166+ List<int> feedAdList = await FlutterQqAds .loadFeedAd(
166167 AdsConfig.feedId,
167168 width: 375,
168169 height: 0,
@@ -174,7 +175,7 @@ List<int> feedAdList = await FlutterPangleAds.loadFeedAd(
174175> 当你的广告不再需要时,请一定执行清除操作
175176``` Dart
176177/// [list] 信息流广告 id 列表
177- bool result = await FlutterPangleAds .clearFeedAd(feedAdList);
178+ bool result = await FlutterQqAds .clearFeedAd(feedAdList);
178179```
179180- 页面中展示信息流广告
180181
@@ -299,11 +300,19 @@ pod install
299300
300301## 支持开源
301302
302- 支持开源项目最好的方式就是点个免费的 [ Star ] ( https://github.com/FlutterAds/flutter_qq_ads ) ⭐️
303+ - 开源不易,需要花费大量休息时间加班熬夜来维护,你可以通过下方二维码赞赏支持我。
303304
304- ## FlutterAds 系列插件
305+ <a href =" https://raw.githubusercontent.com/yy1300326388/yy1300326388/main/images/pay_qr_code/pay_qr_code.png " >
306+ <img width="300" alt="coffee" src="https://raw.githubusercontent.com/yy1300326388/yy1300326388/main/images/pay_qr_code/pay_qr_code.png">
307+ </a >
308+
309+ - 用爱发电,给本项目点个免费的 [ Star] ( https://github.com/FlutterAds/flutter_qq_ads ) ⭐️ 也是非常好的支持。
310+
311+ ## FlutterAds 广告插件系列
305312| 插件| 描述|
306313| -| -|
307314| [ flutter_qq_ads] ( https://github.com/FlutterAds/flutter_qq_ads ) | 腾讯广告、广点通、优量汇 Flutter 广告插件|
308315| [ flutter_pangle_ads] ( https://github.com/FlutterAds/flutter_pangle_ads ) | 字节跳动、穿山甲 Flutter 广告插件|
309- | [ flutter_gromore_ads] ( https://github.com/FlutterAds/flutter_gromore_ads ) | 字节跳动、穿山甲、Gromore 聚合 Flutter 广告插件(开发中)|
316+ | [ flutter_gromore_ads] ( https://github.com/FlutterAds/flutter_gromore_ads ) | 字节跳动、穿山甲、Gromore 聚合 Flutter 广告插件|
317+
318+
0 commit comments