Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ════════ Exception caught by rendering library ═════════════════════════════════════════════════════
  2. The following assertion was thrown during performResize():
  3. FlareActorRenderObject object was given an infinite size during layout.
  4.  
  5. This probably means that it is a render object that tries to be as big as possible, but it was put inside another render object that allows its children to pick their own size.
  6. The nearest ancestor providing an unbounded height constraint is: _RenderSingleChildViewport#7716f relayoutBoundary=up13 NEEDS-LAYOUT NEEDS-PAINT
  7. ... needs compositing
  8. ... parentData: <none> (can use size)
  9. ... constraints: BoxConstraints(0.0<=w<=392.7, 0.0<=h<=713.5)
  10. ... layer: OffsetLayer#14347
  11. ... offset: Offset(0.0, 0.0)
  12. ... size: Size(392.7, 545.0)
  13. The constraints that applied to the FlareActorRenderObject were: BoxConstraints(0.0<=w<=392.7, 0.0<=h<=Infinity)
  14. The exact size it was given was: Size(392.7, Infinity)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement