wave_player 0.0.5 copy "wave_player: ^0.0.5" to clipboard
wave_player: ^0.0.5 copied to clipboard

A Flutter package for audio waveform visualization and playback with customizable UI components.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wave_player

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

dependencies:
  wave_player: ^0.0.5

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:wave_player/wave_player.dart';
5
likes
150
points
284
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for audio waveform visualization and playback with customizable UI components.

Repository (GitHub)
View/report issues
Contributing

Topics

#audio #waveform #music #player #flutter

License

MIT (license)

Dependencies

flutter, http, just_audio

More

Packages that depend on wave_player