Installing

Overview

To add the Sounds package to your Flutter Project you need to:

Adding Sounds to your pubspec.yaml

For background on Flutter dependency management you can read: documentation.

Open you pubspec.yaml file and find the dependencies section.

dependencies:
  sounds: ^0.9.1

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