This commit is contained in:
niuhuan 2022-09-14 20:50:07 +08:00
parent 86801dde73
commit 73d008c3c2
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
v1.5.11 v1.5.12
- [x] 修复手动修改列数频道没有生效的问题 - [x] 修复手动修改列数频道没有生效的问题

View File

@ -35,7 +35,7 @@ Widget categoriesColumnCountSetting() {
}, },
"选择首页分类列数"); "选择首页分类列数");
if (value != null) { if (value != null) {
await method.saveProperty(_propertyName, "$categoriesColumnCount"); await method.saveProperty(_propertyName, "$value");
categoriesColumnCount = value; categoriesColumnCount = value;
setState(() {}); setState(() {});
categoriesColumnCountEvent.broadcast(); categoriesColumnCountEvent.broadcast();

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.5.10+5 version: 1.5.12+6
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"