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

fix recent flutter version compatibility issue #2

Conversation

romanlytvyn
Copy link
Contributor

Fix the breaking change introduced by flutter/flutter@7948a78 and merged into flutter master by flutter/flutter#61366 by replacing overflow: Overflow.visible, with clipBehavior: Clip.none, in the Stack object instantiation.

Fixes #1.

Fix the breaking change introduced by flutter/flutter@7948a78 and merged into flutter master by flutter/flutter#61366 by replacing `overflow: Overflow.visible,` with `clipBehavior: Clip.none,` in the Stack object instantiation.
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 this pull request may close these issues.

Stack widget with 'overflow' property with latest flutter version (1.22)
2 participants