You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the path provider package is not working well for windows and is showing MissingPluginException(No implementation found for method getTemporaryDirectory on channel plugins.flutter.io/path_provider).
The loader_io.dart mentions
// There is no way we can recover from this. If we have nowhere to save
// files, we can't play anything.
This is not necessarily true, you still should be able to play sound bytes from memory with miniaudio. Is SoLoud using the filesystem to play buffered audio from bytes too?