after moving current our project which that developed on Linux operating system to MacOs. i used AudioPlayer library and it works on android as well, now when i try to playing audio from network i must add com.apple.security.network.client to .entitlements such as Debug and Release
By default, Flutter macOS apps don't allow outgoing connections, so playing audio files/streams from the internet won't work. To fix this, add the following to the .entitlements files for your app:
com.apple.security.network.client
my issue is i can't find this files into ios/Runner and after reading some document on Flutter website i don't get it how can i do that

I believe you should open the Runner.xcodeproj file that can be found in the macOS file. The appropriate permissions you want to enable can be seen here:
xcode screenshot
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With