stargazing-dino / just_the_tooltip

A directional tooltip for flutter projects
https://pub.dev/packages/just_the_tooltip
MIT License
56 stars 54 forks source link

Tooltip doesn't show up, dry layout errors. #62

Open mnts opened 2 years ago

mnts commented 2 years ago

Did as its shown on an example, but still always getting errors about try layout support..

88hitman commented 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

siddharthroy12 commented 1 year ago

I'm getting the same error and I'm not using any other package

EDIT: Fixed by removing AspectRatio widget in child