Skip to content

superstilist/PlayerVf

Repository files navigation

PlayerV - Modern Music Player

Alt text

A beautiful, cross-platform music player with a clean interface and powerful features.

Key Features

Beautiful Design

  • Modern Material 3 interface with smooth animations
  • Dark/Light theme support
  • Responsive layout for all screen sizes
  • Stunning playlist collages and cover art display

Easy to Use

  • Auto-scan: Finds all music files on your device automatically
  • Smart Search: Real-time search for songs, artists, and albums
  • Quick Access: Favorites and playlists for your most-loved tracks
  • Smooth Playback: High-quality audio with gapless playback

Library Management

  • System Playlists: Smart playlists (Trending, Recent, Favorites)
  • Custom Playlists: Create and manage your own playlists
  • Grid View: Customizable card sizes and grid layouts
  • Cover Art: Automatic extraction of album artwork

Get Started

Prerequisites

  • Flutter 3.4.0+ installed on your system
  • For mobile: Android/iOS device or emulator
  • For desktop: Windows 10+, macOS 10.15+, or Linux (Ubuntu 18.04+)

Installation

  1. Clone this repository:

    git clone https://github.com/your-username/PlayerV.git
    cd PlayerV
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    # For Android
    flutter run
    
    # For Windows
    flutter run -d windows
    
    # For macOS
    flutter run -d macos
    
    # For Linux
    flutter run -d linux

Build

# Android APK
flutter build apk --release

# Windows EXE
flutter build windows --release

# macOS App
flutter build macos --release

# Linux AppImage
flutter build linux --release

Customization

  • Theme: Toggle between dark and light modes
  • Grid Settings: Adjust card size and grid count
  • Search: Real-time filtering of your library

Technical Details

Platform Support

  • Android: API 21+
  • iOS: 13.0+
  • Windows: 10+
  • macOS: 10.15+
  • Linux: Ubuntu 18.04+

License

MIT License - See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors