Best android open-source packages and libraries.

Symphony

Video and audio player.
Updated 10 months ago

Symphony

GitHub Workflow Status GitHub GitHub issues GitHub release (latest by date including pre-releases)

The coolest offline player ever

Symphony is a simple offline player with many features.

Features

  • Download video/audio from different sources.
  • Save videos/audio on your device and easily access them.
  • Play them with our embedded video player.
  • Listen to music while in other app.
  • Create playlists.
  • Edit downloaded files as you wish.

Installation

Android

The app requires at least 22 Android API SDK to be installed.

First, clone the project

git clone https://github.com/Orillio/symphony

Then, start the emulator along with the project.

flutter run

iOS

NOTE: You need mac system to run the project on ios.

First, clone the project

git clone https://github.com/Orillio/symphony

For iOS, install brew and cocoaPods

brew install cocoapods

Then, open simulator and run the project

open -a Simulator
flutter run

If you wish to contribute to the project

  • make a fork of a repo
  • make PR with corresponding feature or fix.