youtube_player_flutter
youtube_player_flutter copied to clipboard
[FEATURE REQUEST] Get current position of video in YouTube player iframe
Get the current position of video just like YouTube_player_flutter. Is it possible?
@sarbagyastha Is it possible ?
Just use controller.value.position
.
@sarbagyastha I did in iFrame one it returned null. Will check it again.
controller.value.
it is not working... it is returning 0 always