-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimum Height #15
Comments
I've wraped the Timeline Tile with a Container and set constraints to the desired maxHeight, worked here, if there's a proper way, please tell us |
Hey there. Thanks for the issue. Well, like @talski pointed out, you can play with the size using a Let me know if this help, or provide some example code to illustrate the problem. |
Actually in my case it is a card with a column containing multiple text widgets. So I won' be able to know the height to set a constraint |
I'm afraid that I will only be able to help with some code that I can execute and see what is going on. |
Sorry for the late reply @JHBitencourt I will provide you an example code shortly |
Here is the code repo link for the attached screenshot https://github.com/Faiyyaz/timeline_tile_bug.git The bug is in the card with blue background color. As you can see it gives me some extra padding in the card where the data |
Thanks for the example. If you check here the football, weather and success timeline work with dynamic child height. But I forked and updated your project (upgraded The problem is, you are using So, you can either use Let me know if this helped. |
Hi,
Thanks for such a great library but i am facing one issue.
The issue is there is some minimum height given to the right child. I want the right child to be build of the exact size as per the content and not the minimum size so please can you help me with this issue?
The text was updated successfully, but these errors were encountered: