Skip to content

Commit 03ec0f7

Browse files
committed
🔖 v1.1.0
1 parent 3fb0471 commit 03ec0f7

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.1.0
2+
* 🚀 [仅提供 Pro 版本](https://flutterads.top/)
3+
* 🎨 【独家支持】支持小视频组件同时嵌入页面
4+
* 全屏视频模式
5+
* 宫格模式
6+
* 双 Feed 流模式
7+
* 🎉 【独家支持】新增剧场支持 Flutter 组件嵌入页面
8+
* 微短剧模式
9+
* 滑滑流模式
10+
* 📦 【独家支持】支持解锁、短剧播放、剧场操作等一系列事件回调
11+
* 🎉 【独家支持】支持自定义解锁逻辑和弹窗
12+
13+
114
## 1.0.0
215
* 🚀 [仅提供 Pro 版本](https://flutterads.top/)
316
* 🎉 【独家支持】可 Widget 组件嵌入Flutter 页面

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">Flutter AdContent Pro</h1>
2-
<h5 align="center">一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」,可加入(激励视频、信息流广告、视频流广告)</h5>
2+
<h5 align="center">一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」,可加入(激励视频、视频流广告、信息流广告)</h5>
33

44
<p align="center">
55
<a href="https://pub.dev/packages/flutter_adcontent">
@@ -11,15 +11,16 @@
1111
<img src=https://img.shields.io/github/stars/FlutterAds/flutter_adcontent?color=brightgreen>
1212
</a>
1313
<a href="https://flutterads.top/">
14-
<img src="https://img.shields.io/badge/Pro-v3.5.0-success?logo=flutter&logoColor=FFD700"/>
14+
<img src="https://img.shields.io/badge/Pro-v1.4.0-success?logo=flutter&logoColor=FFD700"/>
1515
<a href="https://flutterads.top/">
1616
<img src="https://img.shields.io/badge/Site-FlutterAds-success?logo=webtrees&logoColor=FFD700"/>
1717
</a>
1818
</p>
1919

2020
## 💻 支持平台
2121

22-
- 穿山甲-内容输出
22+
- 穿山甲-短剧
23+
- 穿山甲-小视频
2324
- 安卓
2425
- iOS
2526

@@ -37,11 +38,13 @@
3738

3839
## 🎬 示例效果
3940

40-
|聚合推荐|聚合剧场|短剧详情|短剧滑滑流|
41+
|短剧剧场|短剧滑滑流|短剧详情|激励解锁|
4142
|--|--|--|--|
42-
| <img src='https://flutterads.top/imgs/adcontent/img_theater_1.webp'/> | <img src='https://flutterads.top/imgs/adcontent/img_theater_2.webp'/> | <img src='https://flutterads.top/imgs/adcontent/img_detail.webp'/>| <img src='https://flutterads.top/imgs/adcontent/img_theater_3.webp'/>|
43-
|推荐和所有|短剧详情|短剧分类|短剧搜素|
44-
| <img src='https://flutterads.top/imgs/adcontent/img_theater_11.webp'/> | <img src="https://flutterads.top/imgs/adcontent/img_detail.webp"/>| <img src='https://flutterads.top/imgs/adcontent/img_theater_12.webp'/>| <img src='https://flutterads.top/imgs/adcontent/img_theater_13.webp'/> |
43+
| <img src='https://flutterads.top/imgs/adcontent/img_theater_widget.webp'/> | <img src='https://flutterads.top/imgs/adcontent/img_theater_widget2.webp'/> | <img src='https://flutterads.top/imgs/adcontent/img_detail.webp'/>| <img src='https://flutterads.top/imgs/adcontent/img_detail_reward.webp'/>|
44+
|推荐和所有|短剧分类|短剧搜素|观看历史|
45+
| <img src='https://flutterads.top/imgs/adcontent/img_theater_11.webp'/> | <img src="https://flutterads.top/imgs/adcontent/img_theater_12.webp"/>| <img src='https://flutterads.top/imgs/adcontent/img_theater_13.webp'/>| <img src='https://flutterads.top/imgs/adcontent/img_theater_14.webp'/> |
46+
|全屏模式|宫格模式|双列模式|广告展示|
47+
| <img src='https://flutterads.top/imgs/adcontent/img_video_01.webp'/> | <img src='https://flutterads.top/imgs/adcontent/img_video_03.webp'/> | <img src='https://flutterads.top/imgs/adcontent/img_video_04.webp'/>| <img src='https://flutterads.top/imgs/adcontent/img_video_02.webp'/>|
4548

4649

4750
## 📃 接入文档

ios/flutter_adcontent.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_adcontent'
7-
s.version = '1.0.0'
7+
s.version = '1.1.0'
88
s.summary = '一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」'
99
s.description = <<-DESC
1010
Flutter 穿山甲-内容输出,支持「短剧」和「小视频」

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_adcontent
22
description: "一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」"
3-
version: 1.0.0
3+
version: 1.1.0
44
repository: https://github.com/FlutterAds/flutter_adcontent
55
issue_tracker: https://github.com/FlutterAds/flutter_adcontent/issues
66
homepage: https://flutterads.top

0 commit comments

Comments
 (0)