sarbagyastha / youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
https://youtube.sarbagyastha.com.np
BSD 3-Clause "New" or "Revised" License
690 stars 766 forks source link

No custom progress/seek bar in youtube iframe player[BUG] #536

Open a-l-l-a-n opened 3 years ago

a-l-l-a-n commented 3 years ago

How to enable the custom progress/seek bar like in your previous repo[youtube player flutter]

PcolBP commented 3 years ago

You can't add your own controls because its just simply iframe of youtube player. If you wish to add your own controls, then you should set: showControls: false for the YoutubePlayerController and then build your own widgets on top of that.