Skip to content
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

Can i use with Row? #144

Closed
DrobyshevAlex opened this issue Aug 21, 2019 · 3 comments
Closed

Can i use with Row? #144

DrobyshevAlex opened this issue Aug 21, 2019 · 3 comments

Comments

@DrobyshevAlex
Copy link

Row(
  children: [
    Image(...),
    Html(...)
  ]
);

Html - have wrong width. It always width of screen.

@The-Redhat
Copy link
Contributor

The-Redhat commented Aug 26, 2019

I think this issue is similar to #75 . Currently there's no way to set the Column size to MainAxisSize.min.

@amake
Copy link
Contributor

amake commented Aug 29, 2019

This is addressed by #148.

@Sub6Resources
Copy link
Owner

This has been fixed in version 0.11.0. Set shrinkToFit to true to use in a Row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants