CONTRIBUTION.md
First off, thanks for taking the time to contribute! ❤️
All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions. 🎉
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
- Star the project
- Tweet about it
- Refer this project in your project's readme
- Mention the project at local meetups and tell your friends/colleagues
This project and everyone participating in it is governed by the Spotube Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
If you want to ask a question, we assume that you have read the available Documentation.
Before you ask a question, it is best to search for existing Issues that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
If you then still feel the need to ask a question and need clarification, we recommend the following:
We will then take care of the issue as soon as possible.
Legal Notice
When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license.
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
Once it's filed:
needs-repro. Bugs with the needs-repro tag will not be addressed until they are reproduced.needs-fix, as well as possibly other tags (such as critical), and the issue will be left to be implemented by someone.This section guides you through submitting an enhancement suggestion for Spotube, including completely new features and minor improvements to existing functionality. Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
<!-- omit in toc -->Enhancement suggestions are tracked as GitHub issues.
Do the following:
$ apt-get install mpv libmpv-dev libappindicator3-1 gir1.2-appindicator3-0.1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev libsoup-3.0-0 libsoup-3.0-dev
libjsoncpp1 instead of libjsoncpp25 (for Ubuntu < 22.04)yay -S mpv libappindicator-gtk3 libsecret jsoncpp libnotify avahi nss-mdns mdns-scan webkit2gtk-4.1 libsoup3
dnf install mpv mpv-devel libappindicator-gtk3 libappindicator-gtk3-devel libsecret libsecret-devel jsoncpp jsoncpp-devel libnotify libnotify-devel avahi mdns-scan nss-mdns webkit2gtk4.1 webkit2gtk4.1-devel libsoup3 libsoup3-devel
.env in root of the project following the .env.example templatefvm flutter pub get && fvm dart run build_runner build --delete-conflicting-outputs
fvm flutter run -d <window|macos|linux|(<android-device-id>)>
Do debugging/testing/build etc then submit to us with PR against the development branch (dev) & we'll review your code
Make sure you're familiar with Flutter localization. Then, you can start translating the app by following these steps:
lib/l10n/app_<2-letter code of your language>.arb (create if not exists) add necessary translations
(You can follow the
lib/l10n/app_en.arbfor reference)
/untranslated_messages.json file to see which messages are missing in your native localeconst Locale('<2-letter language code>', '<2-letter ISO country code>') in lib/l10n/l10n.dart's static final all = [...] variablelib/collections/language_codes.dart's static final Map isoLangs = { variable