youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

[FEATURE REQUEST] Get current position of video in YouTube player iframe

Open itssidhere opened this issue 4 years ago • 4 comments

Get the current position of video just like YouTube_player_flutter. Is it possible?

itssidhere avatar Sep 08 '20 17:09 itssidhere

@sarbagyastha Is it possible ?

itssidhere avatar Dec 23 '20 13:12 itssidhere

Just use controller.value.position.

sarbagyastha avatar Dec 25 '20 18:12 sarbagyastha

@sarbagyastha I did in iFrame one it returned null. Will check it again.

itssidhere avatar Dec 25 '20 18:12 itssidhere

controller.value.

it is not working... it is returning 0 always

DevuSeeroo avatar Oct 11 '21 14:10 DevuSeeroo