FLUTTER ECOSYSTEM

raag-music/raag

Flutter を使って作られた音楽プレーヤー。@ashwinkey04 によって維持されています

ラーグ のプロジェクト画像
Stars
101
Forks
19
最終プッシュ(UTC)
2024/04/06
プロジェクト状態
公開中
raag GitHub avatar
GITHUB Organization

raag ↗

言語DartRubySwiftKotlinObjective-C

技術トピック

関連パッケージとサンプル

使用している依存関係

依存関係一覧 27 件

アプリカテゴリー

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

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.