amangautam1 / flutter-musicplayer

A complete music player in flutter with cool UI and design.
MIT License
435 stars 138 forks source link

Bug Fix #9

Closed unique1o1 closed 5 years ago

unique1o1 commented 5 years ago

when a user searches for a song to play, the songs variable (which is a List) gets changed and since songs is passed by reference it also gets changed in the home page as a result when user returns back to search page, the songs variable only has the list of songs that matched the previous search.