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

outdated

a 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

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();

LICENSE #

see LICENSE file