Is your feature request related to a problem? Please describe.
It's not good from a UX perspective on a chat app to make users always wait for audio records to be downloaded from internet so they can listen to.
Describe the solution you'd like
I'd propose to implement caching functionality to local storage of audio records when playing from URI (network).
That means the first time that the user plays an audio from internet it will be downloaded and cached and so next time when he plays it again, it would start instantly.
Is your feature request related to a problem? Please describe. It's not good from a UX perspective on a chat app to make users always wait for audio records to be downloaded from internet so they can listen to.
Describe the solution you'd like I'd propose to implement caching functionality to local storage of audio records when playing from URI (network).
That means the first time that the user plays an audio from internet it will be downloaded and cached and so next time when he plays it again, it would start instantly.
Note that I use flutter_sound_lite: ^8.5.0