FLUTTER ECOSYSTEM

o-ifeanyi/musicPlayer

曲(mp3)を再生するためのFlutter音楽プレーヤー。

Flutter ミュージック のプロジェクト画像
Stars
153
Forks
22
最終プッシュ(UTC)
2023/02/19
プロジェクト状態
公開中
Ifeanyi GitHub avatar
GITHUB User

Ifeanyi ↗

Mobile developer

Abuja, Nigeria
言語DartSwiftKotlinObjective-C

関連パッケージとサンプル

使用している依存関係

依存関係一覧 20 件

アプリカテゴリー

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

Image

🎧🎧 Flutter Music PRs Welcome

A Flutter music player to play songs (mp3).

https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png
Please star⭐ the repo if you like what you see😉.

Twitter Follow

💻 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
https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/light1.png https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/dark1.png
https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/light2.png https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/dark2.png
https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/light3.png https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/dark3.png
https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/light4.png https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/dark4.png
https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/light5.png https://raw.githubusercontent.com/o-ifeanyi/musicPlayer/HEAD/ss/dark5.png

🔌 Plugins

Name Usage
Provider State Management
Hive NoSQL database
Just audio Play audio
Audiotagger Get mp3 metadata
Path & Path provider Access storage folders
Share Share songs across devices
Identify Identify songs from background
Shared preferences Store certain preference e.g dark mode

🤓 Author(s)

Onuoha ifeanyi. Twitter Follow

🔖 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.