Installing
Overview
To add the Sounds package to your Flutter Project you need to:
Add a dependency to your pubspec.yaml
Update
plist.infoin you iOS configurationUpdate
AndroidManifest.xmlin you Android Configuration.
Adding Sounds to your pubspec.yaml
Sounds to your pubspec.yamlFor background on Flutter dependency management you can read: documentation.
Open you pubspec.yaml file and find the dependencies section.
dependencies:
sounds: ^0.9.1To determine the latest version of Sounds see the install details at pub.dev/sounds.
Update iOS configuration.
See the details on updating your project's iOS Configuration
Update Android configuration.
See the details on updating your project's Android Configuration
Last updated
Was this helpful?