How to get all audio file from internal and external storage of a device in flutter

Issue

I am trying to make a music player using flutter. For this I need to fetch the audio file from internal and external storage of the device. I know there is a package called flute_music_player but it shows plugin incompatibility errors. Is there any way of getting audio file from device in flutter?

Solution

First, but it shows plugin incompatibility errors. can you show the errors?

Did you follow all instructions to use the plugin?

Or you can try using others plugins like:

Answered By – Lucas Josino

Answer Checked By – Willingham (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *