Home > Back-end >  How to play and stop songs from assets in flutters?
How to play and stop songs from assets in flutters?

Time:08-31

Exception has occurred. MissingPluginException (MissingPluginException(No implementation found for method disposeAllPlayers on channel com.ryanheise.just_audio.methods))

In every audio flutter packages, Exception occured

CodePudding user response:

try with uninstall and install app again it will remove MissingPluginException

CodePudding user response:

just_audio doesn't include a Windows implementation. As it says in the README, you need to include another package such as just_audio_libwinmedia that provides a Windows implementation of the package.

  • Related