anandnet / Harmony-Music

A cross platform App for streaming Music
GNU General Public License v3.0
1.04k stars 81 forks source link

Item slide gesture for common tasks #265

Closed encrystudio closed 1 month ago

encrystudio commented 2 months ago

Is your feature request related to a problem or new idea? Please describe. New idea.

Describe the solution you'd like It's annoying to always have to open the context menu to add a song to the queue or do other common tasks. I'd like faster and more intuitive way to do these, like a swipe gesture with common tasks like "Play Next", "Remove from Playlist" and "Add to Playlist".

Describe alternatives you've considered Alternatively it could be only the "Play Next" feature, which would work like on Spotify (swipe the item and it will be added as next).

Additional context I think the flutter_slidable package is a good and easy choice to implement this.

anandnet commented 2 months ago

indeed its a good idea, i was also thinking of building complete gesture based player screen, but i have very limited time to manage all this. After looking at the floods of issues , i though to give some time for fixes and new release. Will try to implement if have free time.

DarkNinja15 commented 2 months ago

@anandnet Hi there!!, Can I handle this issue ?

anandnet commented 2 months ago

Yes, please

DarkNinja15 commented 2 months ago

@anandnet I have raised a PR. Please review it.

DarkNinja15 commented 2 months ago

@anandnet This issue is resolved and can be closed now.