Metadata of an audio file is most important things in audio related apps. With the help of meta data we can use title, author name, artist name, album name, cover image and other details so we can use those details in our app to list the music items and able to create different groups or partition accordingly. For example if we create the music app so if the 6 songs is from imagine dragon and other 6 song from one republic and also some if some songs of imagine dragon but from different album so we can categories them based on certain criteria of metadata.
In assets_audio_player we can add metadata manually but could not fetch existing metadata from the files. And as far as i know through exploring the other audio packages in pub.dev most of other packages does not support that.
Found this package that may help: https://pub.dev/packages/id3/ (assuming you're using MP3 files; you don't mention the format)
EDIT: Here's another https://pub.dev/packages/dart_tags