How to Control Audio Playback and Navigation in Flutter App with Multiple Screens?
I have a main screen named "ItemsScreen". inside of this has a listview.builder. I have a widget named "ItemCard" for creating listview items. Problem - I want to stop audio when a user navigates between different screens in my flutter…