flutter_audio_desktop 0.0.6 flutter_audio_desktop: ^0.0.6 copied to clipboard
A simple yet functional audio library for Flutter Desktop. It can play MP3 files in your Flutter Desktop app.
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