ogg_opus_player 0.3.0 copy "ogg_opus_player: ^0.3.0" to clipboard
ogg_opus_player: ^0.3.0 copied to clipboard

outdated

An ogg opus file player for flutter.

ogg_opus_player #

Pub

a ogg opus file player for flutter.

platform required os version
iOS 10.0
macOS 10.12
Windows
Linux

Getting Started #

  1. add ogg_opus_player to your pubspec.yaml
  ogg_opus_player: $latest_version
  1. 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-2.0

LICENSE #

see LICENSE file