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

Support flutter 1.25 #4

Open
alextekartik opened this issue Dec 17, 2020 · 1 comment
Open

Support flutter 1.25 #4

alextekartik opened this issue Dec 17, 2020 · 1 comment

Comments

@alextekartik
Copy link

alextekartik commented Dec 17, 2020

Hi and thanks for your work. I was able to run your examples on the stable (1.24) flutter branch. However it does not seem to work on flutter 1.25 (currently in beta) which prevents running on the web (and on desktop on the dev branch).

Any chance to get it updated?

Thanks!

@alextekartik
Copy link
Author

I added to RenderZBox:

  @override
  Size computeDryLayout(BoxConstraints constraints) {
    return constraints.biggest;
  }

I'm no really sure sure what I am doing but it works for my experiment on linux & web.

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

1 participant