just_audio 0.9.44 copy "just_audio: ^0.9.44" to clipboard
just_audio: ^0.9.44 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 Dart:

 $ dart pub add just_audio
copied to clipboard

With Flutter:

 $ flutter pub add just_audio
copied to clipboard

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

dependencies:
  just_audio: ^0.9.44
copied to clipboard

Alternatively, your editor might support dart pub get or 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';
copied to clipboard
3.89k
likes
0
points
568k
downloads

Publisher

verified publisherryanheise.com

Weekly Downloads

2024.09.27 - 2025.04.11

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

Topics

#audio #sound #player #background

License

unknown (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