Installing
Overview
To add the Sounds
package to your Flutter Project you need to:
Add a dependency to your pubspec.yaml
Update
plist.info
in you iOS configurationUpdate
AndroidManifest.xml
in 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.
To 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