Skip to content

Commit

Permalink
🔖 v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Aug 13, 2024
1 parent 3fb0471 commit 03ec0f7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.1.0
* 🚀 [仅提供 Pro 版本](https://flutterads.top/)
* 🎨 【独家支持】支持小视频组件同时嵌入页面
* 全屏视频模式
* 宫格模式
* 双 Feed 流模式
* 🎉 【独家支持】新增剧场支持 Flutter 组件嵌入页面
* 微短剧模式
* 滑滑流模式
* 📦 【独家支持】支持解锁、短剧播放、剧场操作等一系列事件回调
* 🎉 【独家支持】支持自定义解锁逻辑和弹窗


## 1.0.0
* 🚀 [仅提供 Pro 版本](https://flutterads.top/)
* 🎉 【独家支持】可 Widget 组件嵌入Flutter 页面
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">Flutter AdContent Pro</h1>
<h5 align="center">一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」,可加入(激励视频、信息流广告、视频流广告)</h5>
<h5 align="center">一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」,可加入(激励视频、视频流广告、信息流广告)</h5>

<p align="center">
<a href="https://pub.dev/packages/flutter_adcontent">
Expand All @@ -11,15 +11,16 @@
<img src=https://img.shields.io/github/stars/FlutterAds/flutter_adcontent?color=brightgreen>
</a>
<a href="https://flutterads.top/">
<img src="https://img.shields.io/badge/Pro-v3.5.0-success?logo=flutter&logoColor=FFD700"/>
<img src="https://img.shields.io/badge/Pro-v1.4.0-success?logo=flutter&logoColor=FFD700"/>
<a href="https://flutterads.top/">
<img src="https://img.shields.io/badge/Site-FlutterAds-success?logo=webtrees&logoColor=FFD700"/>
</a>
</p>

## 💻 支持平台

- 穿山甲-内容输出
- 穿山甲-短剧
- 穿山甲-小视频
- 安卓
- iOS

Expand All @@ -37,11 +38,13 @@

## 🎬 示例效果

|聚合推荐|聚合剧场|短剧详情|短剧滑滑流|
|短剧剧场|短剧滑滑流|短剧详情|激励解锁|
|--|--|--|--|
| <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'/>|
|推荐和所有|短剧详情|短剧分类|短剧搜素|
| <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'/> |
| <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'/>|
|推荐和所有|短剧分类|短剧搜素|观看历史|
| <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'/> |
|全屏模式|宫格模式|双列模式|广告展示|
| <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'/>|


## 📃 接入文档
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_adcontent.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_adcontent'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = '一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」'
s.description = <<-DESC
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_adcontent
description: "一款优质的穿山甲内容输出插件,支持「短剧」和「小视频」"
version: 1.0.0
version: 1.1.0
repository: https://github.com/FlutterAds/flutter_adcontent
issue_tracker: https://github.com/FlutterAds/flutter_adcontent/issues
homepage: https://flutterads.top
Expand Down

0 comments on commit 03ec0f7

Please sign in to comment.