Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overflow warning when opening or closing the bottom bar #7

Open
Kamel38 opened this issue Jul 5, 2019 · 4 comments
Open

Overflow warning when opening or closing the bottom bar #7

Kamel38 opened this issue Jul 5, 2019 · 4 comments

Comments

@Kamel38
Copy link

Kamel38 commented Jul 5, 2019

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
Copy link

I have the same problem. Any update on this?

@hyungtaecf
Copy link

Same problem here, couldn't fix.

@Rudra370
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants