Skip to content

rajput-hemant/infinitunes-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infinitunes-mobile

[WIP] 🎵 An open-source Music Player App built with Flutter.

Check out the Web Version of this app.

Building from Source

  • 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

Contributors:

Note: It may take up to 24h for the contrib.rocks plugin to update because it's refreshed once a day.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published