abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

shortEdges support #158

Open joaojsrbr opened 10 months ago

joaojsrbr commented 10 months ago

What do you think?

image this using BoxFit.cover or BoxFit.fill.

shortEdges

https://github.com/joaojsrbr/flutter_meedu_videoplayer/commit/9c50a92f9d3f399599608d28bffae9c29a89af19#r124269328

abdelaziz-mahdy commented 10 months ago

Can you open a pr? Since I got lost from the unneeded changes, also the shortedges can be supported by changing the android view to include or not include the safe area

Can you explain more?