Skip to content

Hasib-4174/music-player

Repository files navigation

🎵 Flutter Music Player (UI Only)

A simple custom Android music player built with Flutter. This version only includes the UI with a bottom navigation bar and separate pages for each section.

🚀 Features

  • Bottom Navigation Bar with:
    • Home
    • Search
    • Playing
    • Folder
    • More Options
  • Separated page structure (clean codebase)
  • Clickable navigation (no UI change yet)

📁 Project Structure

music_player/
├── lib/
│   ├── main.dart
│   └── pages/
│       ├── home_page.dart
│       ├── search_page.dart
│       ├── now_playing_page.dart
│       ├── folder_page.dart
│       └── more_page.dart

🛠 Tools Used

  • Flutter SDK
  • Dart
  • USB-connected Android device (no emulator used)

🤖 AI Assistance

  • This project was primarily developed with support from AI tools.

📌 Notes

This version only includes the UI. Playback functionality, local file access, and music control will be added later.