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 in media detail #33

Open
Lala341 opened this issue May 17, 2020 · 1 comment
Open

Overflow in media detail #33

Lala341 opened this issue May 17, 2020 · 1 comment

Comments

@Lala341
Copy link

Lala341 commented May 17, 2020

Hello,
We found a problem. It arises in the detail view of the movie or tv show when the size of the elements of the categories of these exceed the limit of the screen. This problem originates because the widget that has the Labels is a Row, it has a fixed size, therefore, when the size of the categories is greater, it generates the error. To solve this error, it is necessary to change the Row for a widget of the ListView type, which allows scrolling when the size is larger.

cee31446-dc5b-427d-b708-06ebf71bb643

@Sandesh-03
Copy link

you can add a SingleChildScrollView to that
or instead of row add wrap

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

2 participants