Check out the Web Version of this app.
- Fetch latest source code from master branch.
git clone https://github.com/rajput-hemant/infinitunes-mobile
cd infinitunes-mobile
- Rename .env.example => .env, add your own JioSaavn API Endpoint.
JIOSAAVN_ENDPOINT = "https://saavn.me" <- change this
- Run the app with Android Studio or VS Code. Or the command line:
flutter pub get
flutter run
- To build data/model classes, run the following command:
rps gen || dart run build_runner build --delete-conflicting-outputs
- To watch for changes in source code and automatically build data/model classes, run the following command:
rps gen_w || dart run build_runner watch --delete-conflicting-outputs
Note You need to active rps (Run Pubspec Script) executabe globally if you haven't already. To do so, run the following command:
pub global activate rps
Note: It may take up to 24h for the contrib.rocks plugin to update because it's refreshed once a day.
This project is licensed under the MIT License - see the LICENSE file for details.