File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33* 2.x.x 是 Null Safety 版本
44* 现在阶段会同时维护这 2 个版本,再往后可能仅维护一个版本
55
6+ ## 1.5.0 [ 2022-04-08]
7+ * 更新 Android SDK ` v4.460.1330 `
8+ * 以后将不在维护非 1x 版本,请及时升级
9+
610## 1.4.1 [ 2021-12-07]
711* 修复 iOS 编译问题
812
Original file line number Diff line number Diff line change 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 >
1010<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 >
3737
3838``` Dart
3939dependencies:
40- flutter_qq_ads: ^1.4.1 # 非 Null Safety 版本
40+ flutter_qq_ads: ^1.5.0 # 非 Null Safety 版本
4141 flutter_qq_ads: ^2.4.1 # Null Safety 版本
4242```
4343
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: FlutterAds 优量汇广告 SDK 插件示例
44# The following line prevents the package from being accidentally published to
55# pub.dev using `pub publish`. This is preferred for private packages.
66publish_to : " none" # Remove this line if you wish to publish to pub.dev
7- version : 1.4.1+16
7+ version : 1.5.0+18
88
99environment :
1010 sdk : " >=2.7.0 <3.0.0"
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'flutter_qq_ads'
7- s . version = '1.4.1 '
7+ s . version = '1.5.0 '
88 s . summary = '一款优质的 Flutter 广告插件(腾讯广告、广点通、优量汇)'
99 s . description = <<-DESC
1010 一款优质的 Flutter 广告插件(腾讯广告、广点通、优量汇).
Original file line number Diff line number Diff line change 11name : flutter_qq_ads
22description : FlutterAds 致力于构建优质的 Flutter 广告插件,这是其中一款基于「腾讯广告、广点通、优量汇」SDK 的插件
3- version : 1.4.1
3+ version : 1.5.0
44homepage : https://github.com/FlutterAds
55
66environment :
You can’t perform that action at this time.
0 commit comments