flutter: No named parameter with the name 'overflow', overflow: Overflow.visible,

2,949

you replace all the overflow: Overflow.visible, with clipBehavior: Clip.none, or a similar Clip behaviour in all the Stack widgets that had the overflow property

Share:
2,949
azheen
Author by

azheen

Updated on December 24, 2022

Comments

  • azheen
    azheen over 1 year

    i updated my flutter today and now the overflow parameter in stack widget no longer works.

    Flutter 1.22.0-10.0.pre.252 • channel master • https://github.com/flutter/flutter.git
    Framework • revision 78929661fb (5 hours ago) • 2020-09-18 08:08:30 -0700
    Engine • revision 2abe69c608
    Tools • Dart 2.10.0 (build 2.10.0-136.0.dev)
    

    im using badges and stack widgets everywhere, what do i do?

  • azheen
    azheen over 3 years
    thankyou,what about the badge package im using ? whole app depends on it.
  • ValdaXD
    ValdaXD over 3 years
    File an issue in their github repository, a lot of libraries broke with the last update and i'ts up to the developers of those libs to fix that asap ;-;
  • Mr. ZeroOne
    Mr. ZeroOne about 3 years
    But I think it's not the same it not worked.