We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92432ae commit 00b4023Copy full SHA for 00b4023
CHANGELOG.md
@@ -5,7 +5,7 @@
5
6
## 1.4.0 [2021-12-05]
7
* 新增 `信息流` 广告
8
-* 优化 `Banner` 广告内部增加宽高设置,不在需要外部嵌套一层约束 Widget
+* 优化 `Banner` 广告内部增加宽高设置,不在需要外部嵌套一层约束组件
9
* 优化统一底层架构
10
* 更新 Android SDK `v4.430.1300`
11
README.md
@@ -148,6 +148,8 @@ AspectRatio(
148
aspectRatio: 6.4 / 1, // 6.4:1 的比例
149
child: AdBannerWidget(
150
posId: AdsConfig.bannerId02,
151
+ width: double.maxFinite,
152
+ height: double.maxFinite,
153
interval: 120,
154
),
155
0 commit comments