diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..89c39df --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: YaroslavPronin +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: proninyaroslav +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: # Replace with a single Buy Me a Coffee username +thanks_dev: # Replace with a single thanks.dev username +custom: ['https://github.com/proninyaroslav#-support-me'] diff --git a/BUILD.md b/BUILD.md index 9d42936..13229ca 100644 --- a/BUILD.md +++ b/BUILD.md @@ -9,13 +9,6 @@ Enter the following command in the terminal to build the project: ``` flutter build apk --flavor main ``` - - You can also split APK into different architectures: - - ``` - flutter build apk --flavor main --split-per-abi - ``` - or ``` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e534ff..2d9f0c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,13 +9,11 @@ The app uses ARB format for localization. If you wonder how to format key-values If you are making changes to the localization files, run the following command: ``` -flutter pub run intl_utils:generate +flutter gen-l10n ``` -or use [VSCode](https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl)/[Intellij IDEA](https://plugins.jetbrains.com/plugin/13666-flutter-intl) special plugin. +or use `Generate Localizations` button in VSCode when the file is open in the editor. -If you added a new language, make sure to add it to the [lib/locale.dart](lib/locale.dart). - -Detailed documentation on `intl_utils` [here](https://pub.dev/packages/intl_utils). +Detailed documentation about localization [here](https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization). ### Android localization diff --git a/README.md b/README.md index 795a4d0..19eccb1 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,40 @@ -![Current version](https://img.shields.io/github/release/proninyaroslav/libretrack.svg?logo=github) -![Made with Flutter](https://img.shields.io/badge/Made%20with-Flutter-blue.svg) -[![Releases](https://img.shields.io/github/downloads/proninyaroslav/libretrack/total.svg)](https://github.com/proninyaroslav/libretrack/releases) -[![Matrix Room](https://img.shields.io/matrix/libretrack:matrix.org?label=Matrix%20Room)](https://matrix.to/#libretrack:matrix.org) -[![Chat - Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)](https://t.me/LibreTrack) - -# LibreTrack +