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.