gafsel / flutter_plugin_playlist

A Flutter plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls
MIT License
23 stars 8 forks source link

Any way to add item / items at a specified index instead of the end of the queue? #3

Closed phimath closed 5 years ago

phimath commented 5 years ago

First of all, thank you so much for porting this plugin to flutter! Its so much nicer to work with than the other available plugins.

Is there a simple way to add tracks to the middle of the queue, without stopping the currently playing track?

gafsel commented 5 years ago

Hi @phimath, thanks for the feedback!

I'm working on it. Already did the Android code. Hoping to release a new version with the iOS and some more fixes in a couple of days max.

gafsel commented 5 years ago

@phimath add and index parameter in the methods addAllItems and addItem on release v0.1.1