Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/o-ifeanyi/musicPlayer


https://github.com/o-ifeanyi/musicPlayer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![Image](ss/ls.png)

# 🎧🎧 Flutter Music [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

A Flutter music player to play songs (mp3).




Please star⭐ the repo if you like what you seeπŸ˜‰.

[![Twitter Follow](https://img.shields.io/twitter/follow/onuoha_ifeanyi.svg?style=social)](https://twitter.com/onuoha_ifeanyi)

## πŸ’» Requirements
* Any Operating System (ie. MacOS X, Linux, Windows)
* Any IDE with Flutter SDK installed (ie. IntelliJ, Android Studio, VSCode etc)
* A little knowledge of Dart and Flutter

## πŸ›  Setup
- Create a secrets.dart file under lib/services folder and add the following
- const String kTag0 = 'azlyrics';
- const String kTag1 = 'absolutelyrics';
- const String kLyricsLink0 = 'www.azlyrics.com';
- const String kLyricsLink1 = 'www.absolutelyrics.com';

- To fetch song info you'll need an API key from deezer
- const String kApiKey = 'DEEZER API KEY';

- For song recognition feature, sign up on acrcloud and create a project
- const String kHost = 'ACRCLOUD PROJECT HOST';
- const String kAccessKey = 'ACRCLOUD ACCESS KEY';
- const String kAccessSecret = 'ACRCLOUD SECRET KEY';

## ✨ Features
- [x] Play.
- [x] Pause.
- [x] Skip.
- [x] Seek.
- [x] Shuffle.
- [x] Repeate.
- [x] Delete.
- [x] Search.
- [x] Share music.
- [x] Create playlist.
- [x] Delete playlist.
- [x] Add to playlist.
- [x] Remove from playlist.
- [x] Edit song info.
- [x] Search song lyrics.
- [x] Identify music from background.
- [x] Dark Mode.

## πŸ“Έ ScreenShots

| Light| Dark|
|------|-------|
|||
|||
|||
|||
|||

## πŸ”Œ Plugins
| Name | Usage |
|------|-------|
|[**Provider**](https://pub.dev/packages/provider)| State Management|
|[**Hive**](https://pub.dev/packages/objectdb)| NoSQL database|
|[**Just audio**](https://pub.dev/packages/xml2json)| Play audio|
|[**Audiotagger**](https://pub.dev/packages/dio)| Get mp3 metadata|
|[**Path & Path provider**](https://pub.dev/packages/http)| Access storage folders|
|[**Share**](https://pub.dev/packages/share)| Share songs across devices|
|[**Identify**](https://pub.dev/packages/acr_cloud_sdk)| Identify songs from background|
|[**Shared preferences**](https://pub.dev/packages/epub_view)| Store certain preference e.g dark mode|

## πŸ€“ Author(s)
**Onuoha ifeanyi.** [![Twitter Follow](https://img.shields.io/twitter/follow/onuoha_ifeanyi.svg?style=social)](https://twitter.com/onuoha_ifeanyi)

## πŸ”– LICENCE
Copyright 2020 Onuoha Ifeanyi

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.