Skip to content

Commit

Permalink
🔖 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Oct 22, 2023
1 parent 4136b08 commit bba6fe9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.9.0 [2023-10-2]
* 🚀 推荐使用【[Gromore](https://flutterads.github.io/site/)】 让您的广告收益翻倍
* 升级 iOS SDK 到 `v5.7.0.6`
* 升级 Android SDK 到 `v5.5.1.7`

## 2.8.0 [2023-08-10]
* 升级 iOS SDK 到 `v5.4.1.1`
* 升级 Android SDK 到 `v5.4.1.6`
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h3 align="center">一款优质的 Flutter 广告插件(字节跳动、巨量引擎、穿山甲)</h3>

<p align="center">
<a href="https://pub.dev/packages/flutter_pangle_ads"><img src=https://img.shields.io/badge/pub-v2.8.0-success></a>
<a href="https://pub.dev/packages/flutter_pangle_ads"><img src=https://img.shields.io/badge/pub-v2.9.0-success></a>
<a href="https://github.com/FlutterAds/flutter_pangle_ads"><img src=https://img.shields.io/badge/platform-iOS%20%7C%20Android-brightgreen></a>
<a href="https://github.com/FlutterAds/flutter_pangle_ads/actions/workflows/flutter.yml"><img src="https://github.com/FlutterAds/flutter_pangle_ads/actions/workflows/flutter.yml/badge.svg"></a>
<a href="https://github.com/FlutterAds/flutter_pangle_ads"><img src=https://img.shields.io/github/stars/FlutterAds/flutter_pangle_ads?color=brightgreen></a>
Expand All @@ -27,8 +27,14 @@
- ✅ 进阶激励
- ✅ Banner
- ✅ 信息流
- ✅ 全屏视频(已废弃)
- 🔲 Draw 贴片视频

## 📣 请升级到 GroMore

- 因穿山甲官方已全面推 Gromore 融合 SDK,后续本插件也将只做小更新,推荐使用 [Gromore](https://flutterads.github.io/site/)
- 为了让您的广告收益更好,推荐使用【[Gromore](https://flutterads.github.io/site/)

[![](https://raw.githubusercontent.com/FlutterAds/.github/main/gromore_pro_site.png)](https://flutterads.github.io/site/)


## 下载体验
<a href="https://www.pgyer.com/app/qrcode/fads"><img src="https://raw.githubusercontent.com/yy1300326388/yy1300326388/main/images/gzh/gzh_qrcode.jpeg" width='100' height='100'></a>
Expand All @@ -40,7 +46,7 @@

``` Dart
dependencies:
flutter_pangle_ads: ^2.8.0
flutter_pangle_ads: ^2.9.0
```
### 初始化广告

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: FlutterAds 穿山甲广告 SDK 插件示例
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 2.8.0+20
version: 2.9.0+20

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_pangle_ads.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_pangle_ads'
s.version = '2.8.0'
s.version = '2.9.0'
s.summary = '一款优质的 Flutter 广告插件(字节跳动、穿山甲)'
s.description = <<-DESC
FlutterAds 致力于构建优质的 Flutter 广告插件
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_pangle_ads
description: 一款优质的 Flutter 广告插件(字节跳动、穿山甲)
version: 2.8.0
version: 2.9.0
homepage: https://github.com/FlutterAds

environment:
Expand Down

0 comments on commit bba6fe9

Please sign in to comment.