I was playing around with trying to setup a music/audio player using the package just_audio: ^0.9.34.
I created a custom widget and added the just_audio dependency. I couldn't get my test to work so I ended up deleted the custom widget.
Now when I download my code to do a build, it still has the dependency all throughout the code with connections I can't seem to find. Apple keeps failing the submission because of this dependency trying to access the mic. [ITMS-90683 bundle should contain a NSMicrophoneUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data.] which just_audio seems to be trying to access the mic?
I am now using two buttons with actions to start and stop sound playback. Does this also use the just_audio dependency?
After trying to remove all instances of just_audio, I'm getting this error now: "error: lib/comp/h_tmusic_player/h_tmusic_player_model.dart:20:3: Error: Type 'AudioPlayer' not found."
Anyone experience this? Thanks for any help with this.