phucgaoxam/slide_countdown_clock

Error: No named parameter with the name 'overflow'. overflow: Overflow.clip,

ebot64 opened this issue · 0 comments

Sudden changes (without deprecating first) to Stack Widget resulted in the subject error after upgrading to Flutter 1.22.0-10.0.pre.283 on the channel master. The solution is found on the link

https://github.com/flutter/flutter/issues/66030

If you previously used overflow: Overflow.visible, you shall replace it with clipBehavior: Clip.none