增加构建号,优化打包遇到的问题
This commit is contained in:
parent
1d0ad35acd
commit
594d2627f1
@ -39,7 +39,8 @@ class _StarLockMainPageState extends State<StarLockMainPage> with BaseWidget {
|
|||||||
LockListInfoGroupEntity? lockListInfoGroupEntity = await Storage.getLockMainListData();
|
LockListInfoGroupEntity? lockListInfoGroupEntity = await Storage.getLockMainListData();
|
||||||
// Get.log("lockListInfoGroupEntity:${lockListInfoGroupEntity!.groupList!.length}");
|
// Get.log("lockListInfoGroupEntity:${lockListInfoGroupEntity!.groupList!.length}");
|
||||||
if (lockListInfoGroupEntity != null) {
|
if (lockListInfoGroupEntity != null) {
|
||||||
logic.loadMainDataLogic(lockListInfoGroupEntity).then((value) {
|
var localLockListInfoGroupEntity = lockListInfoGroupEntity;
|
||||||
|
logic.loadMainDataLogic(localLockListInfoGroupEntity).then((value) {
|
||||||
if (mounted) {
|
if (mounted) {
|
||||||
setState(() {});
|
setState(() {});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,9 +31,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||||||
# 1.0.26+20240408:打包预发布环境给欧阳测试
|
# 1.0.26+20240408:打包预发布环境给欧阳测试
|
||||||
# 1.0.27+2024041101:打包提审
|
# 1.0.27+2024041101:打包提审
|
||||||
# 1.0.27+2024041102:打包预发布环境给田总测试
|
# 1.0.27+2024041102:打包预发布环境给田总测试
|
||||||
# 1.0.28+2024041702:打包给欧阳回归测试
|
# 1.0.28+2024041703:打包给欧阳回归测试
|
||||||
|
|
||||||
version: 1.0.28+2024041702
|
version: 1.0.28+2024041703
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user