-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Table widget rendering bug #78081
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
Table widget rendering bug #78081
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@xu-baolin Hi, I still encounter this issue on Flutter 2.0.4. If my TableRow's direct children are FutureBuilders then they won't render. If I however change the parent of this FutureBuilder to any other widget then it renders fine! |
Can you provide flutter doctor -v and a complete minimal reproducible code sample that shows the issue? |
Fixes #69395
Thanks to @xu-baolin by doing the ground work for this in #69670 and #76375.