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
You can also check this query by adding exception breakpoint from VScode. It will give you exact line of code, which triggered this error. So far this query is related to widget binding, you are binding widget before page is mounted.