A Flutter application for managing and playing music playlists with Spotify integration.
- Spotify integration for accessing music library
- Create and manage custom playlists
- Audio playback controls
- Responsive design for multiple screen sizes
- Framework: Flutter (>=3.3.0)
- State Management:
- flutter_bloc
- hydrated_bloc for persistence
- equatable for value comparisons
- Dependency Injection:
- get_it
- injectable
- API Integration:
- dio
- retrofit
- spotify SDK
- Audio:
- audio_service
- audioplayers
- audio_video_progress_bar
- Error Tracking: sentry_flutter
- UI Components:
- responsive_framework
- palette_generator
- Code Generation:
- freezed
- json_serializable
- build_runner
- Flutter SDK (>=3.3.0)
- Dart SDK (>=3.3.0)
- A Spotify Developer account and API credentials
- Clone the repository
- Set up environment variables for Spotify API credentials
- Run
flutter pub getto install dependencies - Run
flutter pub run build_runner buildto generate code - Run the app using
flutter run


