Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o-ifeanyi/musicPlayer
https://github.com/o-ifeanyi/musicPlayer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/o-ifeanyi/musicPlayer
- Owner: o-ifeanyi
- Created: 2020-08-04T17:24:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T22:26:41.000Z (over 1 year ago)
- Last Synced: 2024-06-22T13:44:37.653Z (5 months ago)
- Language: Dart
- Size: 5.3 MB
- Stars: 152
- Watchers: 6
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-source-flutter-apps - Flutter Music - A Flutter music player to play songs by [o-ifeanyi](https://github.com/o-ifeanyi) (Uncategorized / Uncategorized)
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 IfeanyiLicensed 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 athttp://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.