newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 203 forks source link

[bug] overflow on full screen bottom sheet #158

Open a-wallen opened 1 year ago

a-wallen commented 1 year ago

image

There's an overflow error on the bottom sheet that could probably be fixed by using a ListView instead of a Column.

newtaDev commented 1 year ago

Thanks for filling the issue, Will try to resolve ASAP