sarbagyastha / youtube_player

A flutter plugin to play Youtube Videos without API Key in range of Quality(144p, 240p,360p,480p,720p and 1080p).
MIT License
120 stars 45 forks source link

Video player width expands container #68

Open mukhsin opened 4 years ago

mukhsin commented 4 years ago

I tried this plugin for the first time

This is my code Container( child: YoutubePlayer( source: videoSource, quality: YoutubeQuality.MEDIUM, aspectRatio: 16 / 9, showThumbnail: true, ), ),

Here is the result Screenshot_20200419-081916

I hope it will be fixed soon And I also hope the support for ios soon 😀

Thank you