意思其实就是Stack中不能存在Flexible,
非常奇怪的一点是Debug下能正常运行,Release/Profile就不正常了
请避免以下现象
Stack(
children:[
Flexible(child:...),
],
),
意思其实就是Stack中不能存在Flexible,
非常奇怪的一点是Debug下能正常运行,Release/Profile就不正常了
请避免以下现象
Stack(
children:[
Flexible(child:...),
],
),