-
-
Notifications
You must be signed in to change notification settings - Fork 889
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
In 1.0.0, shrinkWrap: true does not provide a size to the layout engine #290
Comments
Maybe this should not return
|
This has completely broken shrinkWrap. Any chance we can get this fixed? |
@red42 it helped me:
|
This worked for me .. but the issue should be solved ASAP |
still has the problem with below html code:
|
This is an issue when using shrinkWrapped Html widgets inside rows. On 1.0.0-pre.1 the element would have the size of its contents and get rendered properly.
For instance, this:
Throws
The following assertion was thrown during performLayout(): BoxConstraints forces an infinite width.
The text was updated successfully, but these errors were encountered: