thyagoluciano / flutter_radio

Radio station streaming example with ExoPlayer and Flutter.
GNU General Public License v3.0
86 stars 41 forks source link

Add duration subscription [feature] #36

Open odrevet opened 4 years ago

odrevet commented 4 years ago

Hello,

Would it be possibe to add a subscription to fetch/seek the duration when a file is being played, like in flutter_sound of audioplayer packages ?

In the example application, the file provided is 19:39 long.

Currently it is not possible to have a slider to change the location or have a callback when the player has reached the end of the file