Skip to content

This repository is about music app created using Flutter framework

Notifications You must be signed in to change notification settings

milzamhibatullah/music_app_player

Repository files navigation

Screenshot

Dark Theme dark _theme

Light Theme

light_screenshot

Music App Player

This repository is music app player created using Flutter framework with Itunes music api

API Reference

Get All song

  GET /search?term=$term&media=music
Parameter Type Description
term string Term as what you want to search for

Theme Reference

Theme reference is from material design 3. visit generate custom color

Tech Stack

Client: Android Studio, Flutter, Flutter_bloc, Equatable, CachedImageNetwork, Just_Audio, Shimmer

Installation

Make sure your workstation has installed the Flutter framework(Stable)

for Instalation Flutter Framework visit this setup flutter framewrk

Clone the project first

  git clone https://github.com/milzamhibatullah/music_app_player.git
  git fetch
  git checkout master
  git pull origin master

Enter the project directory

  cd music_app_player/

Inside project directory, Clean the project first

  flutter clean

After clean the project, run this command

  flutter pub get

After that, to run this project, run this command

  flutter run

For buildin APK, run this command

  flutter build apk --release

About

This repository is about music app created using Flutter framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published