Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hash-studios/music-player

A simple music player made using Flutter.
https://github.com/hash-studios/music-player

android dart flutter music-player

Last synced: 6 days ago
JSON representation

A simple music player made using Flutter.

Awesome Lists containing this project

README

        

![GitHub last commit](https://img.shields.io/github/last-commit/LiquidatorCoder/Music-Player?color=green)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/LiquidatorCoder/Music-Player?label=commits)

# Music Player App

This is a beautiful music player, developed using Flutter.

## Features

- Play any song included in Flutter Assets
- Background Play
- Beautiful Material Design
- Custom Flare Animations

## Demo

App Demo
App SS1
App SS2
App SS3
App SS4
App SS5

## Usage

APK File : `assets/app/apk-release.apk`

## Dependencies

1. Font Awesome Package for Custom Icons `font_awesome_flutter: 8.8.1`
2. Audio Manager Package for interacting with music `audio_manager: ^0.5.3+2`
3. Path Provider Package for handling interactions with files `path_provider: ^1.6.5`
4. Flare Package for Custom Animations `flare_flutter: ^2.0.2`

## Todo

- [x] Play music from Flutter Assets
- [x] Show custom animations
- [ ] Fetch Music cover arts from Internet
- [x] Show all tracks in queue view
- [ ] Favourite Songs
- [ ] Search between available songs
- [ ] Fix pausing of songs while changing screens
- [ ] Add Gradient menu for songs
- [ ] Add Hero animations

Design inspired by [Filip Legierski](https://dribbble.com/kedavra)