FlutterCinematic
FlutterCinematic copied to clipboard
Overflow in media detail
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.

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