FlutterCinematic icon indicating copy to clipboard operation
FlutterCinematic copied to clipboard

Overflow in media detail

Open Lala341 opened this issue 5 years ago • 1 comments

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

Lala341 avatar May 17 '20 20:05 Lala341

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

Sandesh-03 avatar Oct 24 '23 19:10 Sandesh-03