增加构建号,优化打包遇到的问题

This commit is contained in:
魏少阳 2024-04-17 17:28:03 +08:00
parent 1d0ad35acd
commit 594d2627f1
2 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,8 @@ class _StarLockMainPageState extends State<StarLockMainPage> with BaseWidget {
LockListInfoGroupEntity? lockListInfoGroupEntity = await Storage.getLockMainListData();
// Get.log("lockListInfoGroupEntity:${lockListInfoGroupEntity!.groupList!.length}");
if (lockListInfoGroupEntity != null) {
logic.loadMainDataLogic(lockListInfoGroupEntity).then((value) {
var localLockListInfoGroupEntity = lockListInfoGroupEntity;
logic.loadMainDataLogic(localLockListInfoGroupEntity).then((value) {
if (mounted) {
setState(() {});
}

View File

@ -31,9 +31,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.26+20240408打包预发布环境给欧阳测试
# 1.0.27+2024041101打包提审
# 1.0.27+2024041102打包预发布环境给田总测试
# 1.0.28+2024041702:打包给欧阳回归测试
# 1.0.28+2024041703:打包给欧阳回归测试
version: 1.0.28+2024041702
version: 1.0.28+2024041703
environment:
sdk: '>=2.12.0 <3.0.0'