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

Compilation error due to deprecated "overflow" parameter in Stack #8

Open
Delgan opened this issue Dec 5, 2020 · 0 comments · May be fixed by #9
Open

Compilation error due to deprecated "overflow" parameter in Stack #8

Delgan opened this issue Dec 5, 2020 · 0 comments · May be fixed by #9

Comments

@Delgan
Copy link

Delgan commented Dec 5, 2020

Hi. Your library looks great!
I wanted to try it out but I had a compilation error due to the use of a (soon to be) removed parameter. I was using the dev channel of Flutter, switching back to stable fixed it.

The overflow parameter of Stack widget is deprecated, see flutter/flutter#66030.

However the workaround is pretty easy, we ust need to replace it with clipBehavior. 👍

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

Successfully merging a pull request may close this issue.

1 participant