Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hash-studios/music-player
- Owner: Hash-Studios
- License: bsd-3-clause
- Created: 2020-04-04T08:07:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T00:32:01.000Z (over 3 years ago)
- Last Synced: 2023-03-07T22:23:59.650Z (over 1 year ago)
- Topics: android, dart, flutter, music-player
- Language: Dart
- Homepage:
- Size: 127 MB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
## 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 animationsDesign inspired by [Filip Legierski](https://dribbble.com/kedavra)