Android
Overview
Once you have added the Sounds
dependency to you pubspec.yaml you need to modify your Android AndroidManifest.xml
file.
Added the following permissions to AndroidManifest.xml
:
MediaFormats
For a complete list of Audio Codecs supported on Android https://developer.android.com/guide/topics/media/media-formats
Last updated