ReinBentdal / styled_widget

Simplifying widget style in Flutter.
https://pub.dev/packages/styled_widget
MIT License
1.27k stars 103 forks source link

Fix issues #51 #52

Closed naveenadi closed 4 years ago

naveenadi commented 4 years ago

overflow property has been removed from Stack in latest master, dev channel and it's will also remove in future.

https://api.flutter.dev/flutter/widgets/Stack/overflow.html This overrides clipBehavior for now due to a staged roll out without breaking Google. We will remove it and only use clipBehavior soon

ReinBentdal commented 4 years ago

thanks for contributing!