You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am passing the controller to a progress bar with an a start and end time but the ProgressBar shows in the full video Duration
for example:
there is a video that has a duration 1 min but i wanna show only first 30 Sec of it.so when am initing the controller am passing a start and end time to is as 0sec for start and 30 sec for end
the video in the player its play the 30 sec currectly but the progressBar shows that its only a half and not finished yet
What is the expected behaviour?
am expecting that the progressBar will finish with video as its ended
How to reproduce?
1- pick any video and set the endAt as 10 sec
2- show the progressBar and pass the controller to it
Flutter Doctor Output
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package
youtube_player_flutter
What happened?
am passing the controller to a progress bar with an a start and end time but the ProgressBar shows in the full video Duration
for example:
there is a video that has a duration 1 min but i wanna show only first 30 Sec of it.so when am initing the controller am passing a start and end time to is as 0sec for start and 30 sec for end
the video in the player its play the 30 sec currectly but the progressBar shows that its only a half and not finished yet
What is the expected behaviour?
am expecting that the progressBar will finish with video as its ended
How to reproduce?
1- pick any video and set the endAt as 10 sec
2- show the progressBar and pass the controller to it
Flutter Doctor Output
No response
The text was updated successfully, but these errors were encountered: