large Flutter Favorite logosmall Flutter Favorite logo

just_audio 0.9.32 icon indicating copy to clipboard operation
just_audio: ^0.9.32 copied to clipboard

A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add just_audio

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  just_audio: ^0.9.32

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:just_audio/just_audio.dart';
2644
likes
140
pub points
99%
popularity

Publisher

verified publisher iconryanheise.com

A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.Apache-2.0, MIT (LICENSE)

Dependencies

async, audio_session, crypto, flutter, just_audio_platform_interface, just_audio_web, meta, path, path_provider, rxdart, uuid

More

Packages that depend on just_audio