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.
- Bottom Navigation Bar with:
- Home
- Search
- Playing
- Folder
- More Options
- Separated page structure (clean codebase)
- Clickable navigation (no UI change yet)
music_player/
├── lib/
│ ├── main.dart
│ └── pages/
│ ├── home_page.dart
│ ├── search_page.dart
│ ├── now_playing_page.dart
│ ├── folder_page.dart
│ └── more_page.dart
- Flutter SDK
- Dart
- USB-connected Android device (no emulator used)
- This project was primarily developed with support from AI tools.
This version only includes the UI. Playback functionality, local file access, and music control will be added later.