美文网首页
Flutter 报错type 'StackParentData'

Flutter 报错type 'StackParentData'

作者: 一块小板子 | 来源:发表于2022-09-05 12:45 被阅读0次

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

    Stack(
      children:[
        Flexible(child:...),
      ],
    ),
    

    相关文章

      网友评论

          本文标题:Flutter 报错type 'StackParentData'

          本文链接:https://www.haomeiwen.com/subject/adgvnrtx.html