Base AudioPlayer Questions

Actions & Logic
  1. I've created a list widget that displays podcast episodes from my api with a button underneath. Currently, when the button is clicked, it updates the base audioplayer widget's title & audio file, how can I also have it start playing the audio file? I'm thinking I need to turn the audio player into a custom component, and add a custom function that inits the callback?

  2. Once an audio file from the list has finished, how can I automatically play the next one in the list?

What have you tried so far?

I've watched video after video and I've googled & googled.

Did you check FlutterFlow's Documentation for this topic?
Yes
1