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

allow user to specify initial video fit #97

Closed giriss closed 1 year ago

giriss commented 1 year ago

In this PR, I allow the user to specify initial fit of the video. Generally when no fit is set, BoxFit.fill is used by default. But in many cases users would want to use another BoxFit.

abdelaziz-mahdy commented 1 year ago

published in 4.2.11-dev