I have successfully created a canvas with a "start" button which on tap starts audio and timer, then button label changes to "stop" and tapping it then stops audio and timer. The audio is a meditation track of spoken words. My problem is, and the part I haven't been able to accomplish yet, is that I want a different track to play each time - I have 3, and I just want the app to cycle through each one at a time (cycle through next one to play on load of the page).
I guess my question is, is this even possible or am I better off using bare minimum 1 audio track and get the thing into the app store to test traction before I pay my developer to build it. If I'm trying to do something impossible with FlutterFlow as a no-code option, I'd rather find out sooner than later. Thank you in anticipation!