Skip to content

Latest commit

 

History

History
 
 

ogg_opus_player

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-dev

LICENSE

see LICENSE file