Skip to content

Commit

Permalink
chore: update README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Jun 23, 2022
1 parent 4eec6d1 commit d0bfe74
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center"><a href="https://github.com/alexmercerind/dart_vlc">dart_vlc</a></h1>
<p align="center">Flutter audio/video playback, broadcast & recording library for Windows, Linux & macOS with playlist control, metadata extractor, equalizers & more.</p>
<p align="center">Flutter audio/video playback, broadcast & recording library for Windows & Linux with playlist control, metadata extractor, equalizers & more.</p>

[![pub package](https://img.shields.io/pub/v/dart_vlc.svg)](https://pub.dartlang.org/packages/dart_vlc) ![CI/CD](https://github.com/alexmercerind/dart_vlc/actions/workflows/ci.yml/badge.svg?branch=master) [![](https://img.shields.io/twitter/follow/alexmercerind)](https://twitter.com/alexmercerind) [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/alexmercerind) [![Donate](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow)](https://buymeacoffee.com/alexmercerind) [![Join the chat at https://discord.gg/3h3K3JF](https://img.shields.io/discord/716939396464508958?label=discord)](https://discord.gg/3h3K3JF)

Expand Down Expand Up @@ -45,6 +45,8 @@ Consider supporting the project by buying me a coffee or starring the repository
Thanks a lot for your support.
macOS support has been removed due to lack of maintainers & not having macOS running hardware.
## Documentation
Checkout [Setup](#setup) section to configure plugin on your platform.
Expand Down Expand Up @@ -422,6 +424,8 @@ record.start();

Everything is already set up.

<!--
### macOS
To run on macOS, install CMake through [Homebrew](https://brew.sh):
Expand All @@ -439,6 +443,8 @@ If you encounter the error `cmake: command not found` during archiving:
sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
```
-->

### Linux

For using this plugin on Linux, you must have [VLC](https://www.videolan.org) & [libVLC](https://www.videolan.org/vlc/libvlc.html) installed.
Expand Down

0 comments on commit d0bfe74

Please sign in to comment.