I am using a ListView.builder to create an audio list, I need to change the play button pause individually to an item when I select it, I have tried a bool but giving play o
Don't use one bool for all of your audio, you can use collections to define a bool for everything in your audioList, and when you click, change the bool for the audio.