ReinBentdal / styled_widget

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

overflow property has been removed from Stack in latest master #51

Closed esDotDev closed 4 years ago

esDotDev commented 4 years ago

I'm getting these errors in the latest master:

extensions/list_extension.dart(63,9): error GBF4691A2: No named parameter with the name 'overflow'. 
ReinBentdal commented 4 years ago

That Is strange. Would appreciate if you could open a pull request to include this method again

esDotDev commented 4 years ago

Sorry, it would be more clear to say overflow has been replaced by Stack.clipBehavior https://api.flutter.dev/flutter/widgets/Stack/clipBehavior.html

They have been planning to remove it for a while apparently: 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

alejandroaap commented 4 years ago

I have the same problem. To fix it I had to use an older version of flutter. When are you going to release a library update?

ReinBentdal commented 4 years ago

The issue is resolved in #52. Will try to make an update today

ReinBentdal commented 4 years ago

The update is now available as version 0.2.2