Open mnts opened 2 years ago
Same for me. I have this error message "The _RenderLayoutBuilder class does not support dry layout." but i dont know where is the problem :/
EDIT : Found the origin of the problem : it was another package (AutoSizeText) that caused error when trying to display an auto sized text inside the ToolTip. Replaced it by a regular Text widget and now all is working fine
I'm getting the same error and I'm not using any other package
EDIT: Fixed by removing AspectRatio widget in child
Did as its shown on an example, but still always getting errors about try layout support..