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

Time:11-02

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".

CodePudding user response:

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

  • Related