[video_player] Add seekToDefaultPosition to api #168097
Labels
c: new feature
Nothing broken; request for a new capability
c: proposal
A detailed proposal for a change to Flutter
p: video_player
The Video Player plugin
P3
Issues that are less important to the Flutter project
package
flutter/packages repository. See also p: labels.
team-ecosystem
Owned by Ecosystem team
triaged-ecosystem
Triaged by Ecosystem team
Use case
the video_player package currently only exposes
seekTo
but notseekToDefaultPosition
. The latter is useful in the context of live streams where you want to return to the "live edge".from the docs:
I have implemented this in the following PR: flutter/packages!9181
Proposal
extend the api to support this function
The text was updated successfully, but these errors were encountered: