Search code examples
flutterandroid-mediaplayeraudio-player

How to detect audio folders in flutter like MX Player does?


Recently I started working on an Audio Player flutter project. And as a flutter beginner, I had to search for things needed to fulfill the project. I wanted a media folder detection mechanism like the MX Player app does. But after searching the whole day on the web for it, I didn't find anything useful.

Please suggest to me how to achieve this functionality or are there any packages available for that?


Solution

  • You can do a file scan and filter files found by their extensions (mp3,aac...) to get your audio files.