ogg_opus_player 0.2.0 ogg_opus_player: ^0.2.0 copied to clipboard
a 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 |
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();
LICENSE #
see LICENSE file