🚀 Rhythmic Realm is not just a music app—it's a culmination of everything I've learned over the past 3 years. From best practices in Flutter development, UI/UX design, and performance optimization, this project represents the highest quality standards that developers can learn from and use as a reference.
Clone the repository and run:
flutter pub get
Before running the app:
- Create an account at RapidAPI and then grab an API key from here.
- Create a new .env file at the root of the project repository and add your API key:
RAPIDAPI_MUSIC_KEY=<YOUR_API_KEY>
- Then run the following command to run the app:
flutter run
- Flutter
- Dart
This project is licensed under the MIT Non-Commercial (MIT-NC) License.
You are free to use and modify this project for learning and personal use.
Commercial use, rebranding, or business-related activities are strictly prohibited.
See the LICENSE file for more details.
We welcome contributions! Feel free to fork this repository and submit a PR.
- Fork the repository.
- Create a new branch (
feature-branch
). - Commit your changes.
- Open a pull request.