Any way to play audio file for windows desktop application in flutter?

Issue

I’m new to flutter and making a desktop application with flutter. Now I need to load and play audio files but found that the audio player packages don’t support desktop software in windows. So if there is any way to play audio file for windows desktop software using flutter, then please give me an example.

Note: After searching a bit I found this (flutter_audio_desktop) but unfortunately it’s status is "DISCONTINUED".

Solution

You can use this plugin https://pub.dev/packages/just_audio. It supports windows, Mac and Linux also

Answered By – Kaushik Chandru

Answer Checked By – Willingham (FlutterFixes Volunteer)

Leave a Reply

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