soundpool_macos 2.3.0
SDKflutter
Platformmacos
A Flutter Sound Pool for playing short audio files. Sound tracks are cached in memory and played directly from cache.
soundpool_macos
A Flutter Sound Pool for playing short media files.
Entitlements
To load sound file from network you need to add to your .entitlements files lines as below
<key>com.apple.security.network.client</key>
<true/>