storyboard icon indicating copy to clipboard operation
storyboard copied to clipboard

Overflow has been removed in Flutter master

Open cbenhagen opened this issue 3 years ago • 1 comments

See https://github.com/flutter/flutter/pull/61366

I was not sure if you prefer to add the old Overflow enum to custom_stack.dart or to move everything to using clipBehaviour like in that change so I did not open a PR.

This results in build errors like this:

[+2140 ms] [+2138 ms] ../../../.pub-cache/hosted/pub.dartlang.org/flutter_storyboard-0.1.6/lib/src/custom_stack.dart:293:9: Error: Type 'Overflow' not found.
[        ] [   +1 ms]   final Overflow overflow;
[        ] [        ]         ^^^^^^^^
[        ] [        ] ../../../.pub-cache/hosted/pub.dartlang.org/flutter_storyboard-0.1.6/lib/src/custom_stack.dart:344:5: Error: Type 'Overflow' not found.
[        ] [        ]     Overflow overflow = Overflow.clip,
[        ] [        ]     ^^^^^^^^

cbenhagen avatar Sep 20 '20 11:09 cbenhagen

Test on the pre release!

rodydavis avatar Apr 06 '21 04:04 rodydavis