Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 765 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 765 Bytes

Music App 🎵

This Flutter-based music app utilizes BLoC for state management and integrates with the JioSaavn API to fetch and play music

Features

  • API Integration: Fetch and display music content from the JioSaavn API.
  • BLoC State Management: Uses BLoC (Business Logic Component) for efficient state management and separation of concerns.
  • Music Playback: Supports playing and pausing

Getting Started

Requirements

  • Flutter SDK
  • Dart

Setup

  1. Clone the repository:
    git clone https://github.com/AnandhuA/Musiq.git
    cd Musiq
    
  2. Install dependencies:
    flutter pub get
  3. Run the app:
    flutter run

Contributions are welcome! Please fork the repository and submit a pull request for review.