ogg_opus_player 0.3.1 ogg_opus_player: ^0.3.1 copied to clipboard
An ogg opus file player for flutter.
ogg_opus_player #
a ogg opus file player for flutter.
platform | required os version | |
---|---|---|
iOS | ✅ | 10.0 |
macOS | ✅ | 10.12 |
Windows | ✅ | |
Linux | ✅ |
Getting Started #
- add
ogg_opus_player
to your pubspec.yaml
ogg_opus_player: $latest_version
- then you can play you opus ogg file from
OggOpusPlayer
final player = OggOpusPlayer("file_path");
player.play();
player.pause();
player.dipose();
Linux required #
Need SDL2 library installed on Linux.
sudo apt-get install libsdl2-dev
LICENSE #
see LICENSE file