flutter_audio_desktop 0.0.7 copy "flutter_audio_desktop: ^0.0.7" to clipboard
flutter_audio_desktop: ^0.0.7 copied to clipboard

discontinuedreplaced by: dart_vlc
outdated

A simple audio playback library for Flutter Desktop. Supports MP3, FLAC & WAV on Windows & Linux.

0.0.7 #

Initial Playback Device Changing Support

  • Added setDevice method to AudioPlayer class.

0.0.6 #

Microsoft Windows Support

  • Plugin is now capable of playing audio files on Windows.

0.0.5 #

A Little Fix

  • pub package now has miniaudio in it.

0.0.4 #

Final Improvements

  • Now plugin uses MethodChannel instead of dart:ffi for calling native methods.
  • Any additional setup is not required anymore.

0.0.3 #

First Public Release

  • Added docstrings.
  • Improved dart usage.
  • Fixed wrong sample rate.
  • Now Dart code is asynchronous.

0.0.2 #

Now Fully Open Source

Changed native code to use miniaudio

0.0.1 #

Initial Release

Supports audio playback on Linux.

Added mandatory audio playback functions like:

  • Loading audio file
  • Playing
  • Pausing
  • Getting duration of an audio file.
  • Seeking
  • Changing volume
22
likes
0
pub points
51%
popularity

Publisher

unverified uploader

A simple audio playback library for Flutter Desktop. Supports MP3, FLAC & WAV on Windows & Linux.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_audio_desktop