I have an application that has some RenderFlex overflowed issues, so as everyone facing problems like this, I tried to open the Flutter dev tools.
the is debugging fine with those Renderflow issues, but just when I open the dev tools, immediately it throws this error.
_AssertionError ('package:flutter/src/widgets/framework.dart': Failed assertion: line 5832 pos 12: '_renderObject != null': MultiChildRenderObjectElement unmounted)
I don't know even where exactly the problem, or what exactly cause this
I will be thankful for any ideas