I'm running my Flutter app on a MacOS Ventura 13.3.1 and calling all of the APIs results in errors of the following code. I'm running my app off the command line 'flutter run -d macos'. I've read the readme files and not see there any permissions to set or initialisation procedure that I must do and I'm just copying the examples.
PlatformException(1004, Failed to register volume listener, The operation couldn’t be completed. (flutter_volume_controller.Sound.SoundOutputManager.Errors error 1.), null)
PlatformException(1000, Failed to get volume, The operation couldn’t be completed. (flutter_volume_controller.Sound.SoundOutputManager.Errors error 1.), null)
I've done a flutter clean and rebuild but that didn't change anything. A Google search did not yield any results, hence my post here as I don't currently see what else to try as the API is pretty straight forward.
I'm running my Flutter app on a MacOS Ventura 13.3.1 and calling all of the APIs results in errors of the following code. I'm running my app off the command line 'flutter run -d macos'. I've read the readme files and not see there any permissions to set or initialisation procedure that I must do and I'm just copying the examples.
PlatformException(1004, Failed to register volume listener, The operation couldn’t be completed. (flutter_volume_controller.Sound.SoundOutputManager.Errors error 1.), null)PlatformException(1000, Failed to get volume, The operation couldn’t be completed. (flutter_volume_controller.Sound.SoundOutputManager.Errors error 1.), null)I've done a flutter clean and rebuild but that didn't change anything. A Google search did not yield any results, hence my post here as I don't currently see what else to try as the API is pretty straight forward.