Home

Awesome

<img src="fastlane/metadata/android/en-US/images/Header.gif">

<p align="center"> <img src="https://img.shields.io/github/stars/raag-music/raag.svg" alt="stars" /> <img src="https://img.shields.io/github/forks/raag-music/raag.svg" alt="forks" /> </p> <p align="center"> <img src="https://img.shields.io/github/issues/raag-music/raag.svg" alt="issues" /> <img src="https://img.shields.io/github/contributors/raag-music/raag.svg" alt="Contrinutors" /> <img src="https://img.shields.io/github/license/raag-music/raag.svg" alt="License" /> <img src="https://badgen.net/github/release/raag-music/raag" alt="Release" /> </p> <p> <div align="center"> <table cellspacing="0" cellpadding="0"> <tr> <td> <a href="https://f-droid.org/en/packages/in.amfoss.raag"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"alt="Get it on F-Droid"height="70"> </a> </td> <td> <a href="https://f-droid.org/en/packages/in.amfoss.raag"><img src="https://github.com/raag-music/raag/actions/workflows/flutter.yml/badge.svg"alt="Get it on F-Droid"height="35"> </a> </td> <td> <a href="https://www.buymeacoffee.com/ashwinr"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" height="35"></a> </td> </tr> </table> </div> </p>

Features 🧐ī¸

Getting Started 🏃‍♂ī¸ī¸

Prerequisites ✍ī¸

Setting up your development environment 🏭ī¸

  1. Download and install Git.

  2. Fork Raag

  3. Clone your fork of the project locally. At the command line:

    $ git clone https://github.com/YOUR-GITHUB-USERNAME/raag.git
    
  4. Open Raag in your favourite editor (VS Code, Android Studio etc)

  5. To install the dependencies run the following command in the terminal.

    $ flutter pub get
    
  6. Connect your Android emulator or your mobile device to your computer.

  7. Build the application in your device by clicking Run <img src="https://www.iconsdb.com/icons/preview/green/play-xxl.png" alt="run" width="2%"/> button or run the following in terminal.

    $ flutter run
    

Screenshots 🤩ī¸

<table> <tr> <td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png"></td> <td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png"></td> </tr> </table> <table> <tr> <td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png"></td> <td><img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png"></td> </tr> </table>

How to Contribute 🤔

To contribute to this project you can FORK & clone 🍴 the project as mentioned in Setting up your development environment, and make an issue on bug fixing or adding new features, and make a PR 😊.

License 📄ī¸

This project is licensed under the GPL General Public License v2.0.

Resouces 🎓

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.