Skip to content

Commit

Permalink
* 穿山甲flutter_unionad升级1.3.18
Browse files Browse the repository at this point in the history
* 优量汇flutter_tencentad升级1.2.13
* 发布v1.1.15
  • Loading branch information
gstory0404 committed Jan 16, 2023
1 parent c1a9457 commit 00ab942
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.15
* 穿山甲flutter_unionad升级1.3.19
* 优量汇flutter_tencentad升级1.2.14
*
## 1.1.14
* 穿山甲flutter_unionad升级1.3.18
* 优量汇flutter_tencentad升级1.2.13
Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,21 @@

## 开发环境
```
[✓] Flutter (Channel stable, 3.3.6, on macOS 13.0 22A380 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Flutter (Channel stable, 3.3.10, on macOS 13.1 22C65 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.2.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.2.3)
[✓] VS Code (version 1.72.2)
[✓] Connected device (3 available)
[✓] Android Studio
[✓] IntelliJ IDEA Ultimate Edition (version 2022.3.1)
[✓] VS Code (version 1.74.2)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
```

## 集成步骤
#### 1、pubspec.yaml
```Dart
flutter_universalad: ^1.1.14
flutter_universalad: ^1.1.15
```

#### 2、引入
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ packages:
name: flutter_tencentad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.13"
version: "1.2.14"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -73,14 +73,14 @@ packages:
name: flutter_unionad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.18"
version: "1.3.19"
flutter_universalad:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.1.14"
version: "1.1.15"
matcher:
dependency: transitive
description:
Expand Down
3 changes: 3 additions & 0 deletions lib/flutter_universalad_stream.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ class FlutterUniversalAdStream {
// print("激励广告跳过");
},
onReady: () async {

},
onCache: () async {
AdManage.instance.rewardLoadBean.lastSdk = UniversalSdkKType.PANGOLIN;
// print("激励广告预加载准备就绪");
uRewardCallBack?.onReady!(UniversalSdkKType.PANGOLIN);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ packages:
name: flutter_tencentad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.13"
version: "1.2.14"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -66,7 +66,7 @@ packages:
name: flutter_unionad
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.18"
version: "1.3.19"
matcher:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_universalad
description: A flutter plugin for TencentAD and Bytedance-UnionAD.
version: 1.1.14
version: 1.1.15
homepage: https://github.com/gstory0404/flutter_universalad

environment:
Expand All @@ -11,9 +11,9 @@ dependencies:
flutter:
sdk: flutter
# 穿山甲
flutter_unionad: ^1.3.18
flutter_unionad: ^1.3.19
# 优量汇
flutter_tencentad: ^1.2.13
flutter_tencentad: ^1.2.14
# flutter_tencentad:
# git:
# url: https://github.com/gstory0404/flutter_tencentad.git
Expand Down

0 comments on commit 00ab942

Please sign in to comment.