Skip to content

BarbosaRT/Bossa

Repository files navigation

Icon

Bossa

A Flutter Music Player

Requirements:

  • flutter >= 3.25
  • dart >= 3.6
  • git

On Ubuntu/Debian:

sudo apt-get install vlc
sudo apt-get install libvlc-dev

On Fedora:

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install vlc
sudo dnf install vlc-devel

Clone and Execute

Clone this repository:

git clone https://github.com/BarbosaRT/Bossa.git

Access the directory:

cd Bossa

Now install the dependencies:

flutter pub get

And run:

flutter run

Info:

main - source for the current build
dev - for development

Changelog