expandable-bottom-bar icon indicating copy to clipboard operation
expandable-bottom-bar copied to clipboard

Overflow warning when opening or closing the bottom bar

Open Kamel38 opened this issue 5 years ago • 4 comments

The overflow warning appears when opening or closing the bottom bar, because some content 'overflows' the screen and is hidden. But I don't understand : that effectively the purpose of the widget, so why does it shows the warning ?

Kamel38 avatar Jul 05 '19 07:07 Kamel38

I have the same problem. Any update on this?

emmaxCreative avatar Jan 25 '20 08:01 emmaxCreative

Same problem here, couldn't fix.

hyungtaecf avatar Oct 12 '20 13:10 hyungtaecf

I got a temporary solution, you can wrap tha outer most widget into SingleChildScrollView and then adjust the height of child widget. But if you do this then, your widget will not shrink and expand on dragup and dragdown.

Rudra370 avatar Jan 23 '21 10:01 Rudra370

I got a temporary solution, you can wrap tha outer most widget into SingleChildScrollView and then adjust the height of child widget. But if you do this then, your widget will not shrink and expand on dragup and dragdown.

I forgot to mention it here, but I fixed it like that too. My answer on StackOverflow has a little more detail: https://stackoverflow.com/questions/56866695/expandable-bottom-bar-overflow/64483356#64483356

hyungtaecf avatar Feb 05 '21 06:02 hyungtaecf