Hi guys,
I am trying to have an audio player widget play a long audio that would exceed one hour and made a custom widget using some documentation from just_audio on pub.dev (as the default audio player in flutterflow only shows playback duration in minutes and seconds). However, now I am facing difficulty in having this long audio play in the background even if the user exits to the home screen or even turns off their phone. This was easy with the original flutterflow audio player as I simply needed to enable "play in background". Does anyone have any solution for me like how to play in background for a custom widget or how to add an hours counter to the default audio player.
Thanks in advance!