📗
sounds
  • Introduction
  • Installing
  • Roadmap
  • API
    • Overview
    • AudioSource
    • Albums
    • Downloader
    • iOSCategory
    • MediaFormat
    • Monitoring
    • Quickplay
    • RecorderPlaybackController
    • SoundPlayer
    • SoundPlayerUI
    • SoundRecorder
    • SoundRecorderUI
    • Track
  • Platforms
    • Overview
    • Android
    • iOS
  • Contributing
    • Overview
    • Building
    • Debugging
    • Logging
  • ETC
    • Migrating from Flutter Sound
Powered by GitBook
On this page
  • Overview
  • Adding Sounds to your pubspec.yaml
  • Update iOS configuration.
  • Update Android configuration.

Was this helpful?

Installing

PreviousIntroductionNextRoadmap

Last updated 4 years ago

Was this helpful?

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

  • Update AndroidManifest.xml in you .

Adding Sounds to your pubspec.yaml

For background on Flutter dependency management you can read: .

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 .

Update iOS configuration.

See the details on updating your project's

Update Android configuration.

See the details on updating your project's

iOS configuration
Android Configuration
documentation
pub.dev/sounds
iOS Configuration
Android Configuration