rIIh / expandable-bottom-bar

Expandable bottom app bar widget for Flutter SDK
MIT License
108 stars 27 forks source link

Overflow warning when opening or closing the bottom bar #7

Open Kamel38 opened 5 years ago

Kamel38 commented 5 years ago

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 ?

emmaxCreative commented 4 years ago

I have the same problem. Any update on this?

hyungtaecf commented 3 years ago

Same problem here, couldn't fix.

Rudra370 commented 3 years ago

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.

hyungtaecf commented 3 years ago

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