flutter_audio_player 0.1.0 copy "flutter_audio_player: ^0.1.0" to clipboard
flutter_audio_player: ^0.1.0 copied to clipboard

outdated

A simple plugin to play local audio.

audio_player #

A simple plugin to play local audio

Install #

add audio_player as a dependency in pubspec.yaml

How to use #

  1. add audio file
  2. add asset in pubspec.yaml
  3. you can add audio to player list AudioPlayer.addSound(soundPath);
  4. you can remove all audio in player list AudioPlayer.removeAllSound();

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

10
likes
0
pub points
41%
popularity

Publisher

unverified uploader

A simple plugin to play local audio.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_audio_player