• Amir Panahandeh's avatar
    Fix assertion failure when reordering two dimensional children (#141504) · a5ad088f
    Amir Panahandeh authored
    It fixes assertion failure due to unstable state of children list during reordering in `RenderTwoDimensionalViewport.parentDataOf`. This changes the assertion to check debug orphan list and `keepAlive` bucket in addition to children list to determine whether child belongs to this render object or not.
    
    - Fixes #141101
    a5ad088f
two_dimensional_utils.dart 17.3 KB