Party DJ is a cross platform app to manage group queues using Spotify. The app allows for any number of people on any mobile platform control and manage one single song queue. The user playing the music simply has to create a queue and other can join by either entering the room code or joining via QR code.
Available on Google Play Store and Apple App Store.
Simply open the project in Android studio or another IDE of your choice.
Dart must be installed.
Flutter must be installed.
Android SDK (for android building).
XCode (for IOS building).
flutter run
to test the app in debug mode.
r
to hot reload the app to see for instant code updates use while build in running.
flutter build apk
or flutter build appbundle
to build an Android release.
flutter build ios
to build an IOS release.
- Firebase - Server side functions and database.
- Flutter - Cross platform framwork.
- Spotify Web Api - Spotify integration.
- Spotify Android SDK - Spotify integration.
- Spotify IOS SDK - Spotify integration.
Ethan Budd