FLUTTER ECOSYSTEM

raag-music/raag

Reprodutor de música feito com Flutter. Mantido por @ashwinkey04

Capa do projeto raag
Stars
101
Forks
19
Último push (UTC)
6 de abr. de 2024
Status do projeto
Ativo
raag GitHub avatar
GITHUB Organization

raag ↗

LinguagensDartRubySwiftKotlinObjective-C

Tópicos técnicos

Pacotes e exemplos relacionados

Dependências usadas

Lista de dependências 27 itens

Categorias de apps

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

https://raw.githubusercontent.com/raag-music/raag/HEAD/fastlane/metadata/android/en-US/images/Header.gif

stars forks

issues Contrinutors License Release

Features 🧐️

  • Download audio from YouTube with the highest possible bitrate
  • Play on-device music files
  • Dark and light themes
  • In-app YouTube browser to search and download your favorite music quickly

Getting Started 🏃‍♂️️

  • These instructions will get you a copy of the project up and be running on your local machine for development and testing purposes.
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 run button or run the following in terminal.

    $ flutter run
    

Screenshots 🤩️

https://raw.githubusercontent.com/raag-music/raag/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png https://raw.githubusercontent.com/raag-music/raag/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
https://raw.githubusercontent.com/raag-music/raag/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png https://raw.githubusercontent.com/raag-music/raag/HEAD/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png

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.