Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <title> progressBar has only the video end duration as in YT #1022

Open
1 task done
ElsimatAmir opened this issue Nov 11, 2024 · 0 comments
Open
1 task done
Assignees

Comments

@ElsimatAmir
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants