This Flutter-based music app utilizes BLoC for state management and integrates with the JioSaavn API to fetch and play music
- 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
- Flutter SDK
- Dart
- Clone the repository:
git clone https://github.com/AnandhuA/Musiq.git cd Musiq
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Contributions are welcome! Please fork the repository and submit a pull request for review.