diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b136d18..ab49af7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,11 @@ # Flutter telepítése -A flutter telepítéséhez a dokumentáció [itt](https://docs.flutter.dev/get-started/install) található. +A firka lebuildeléséhez kötelező a saját Flutter fork használata, +illetve a release buildekhez a custom Flutter engine használata. + +A Flutter telepítéséhez a dokumentáció [itt](https://docs.flutter.dev/get-started/install) található. + +A Flutter zip letöltése helyett [a custom engine zip-et töltsd le](https://git.firka.app/firka/flutter/archive/main.zip) # Brotli @@ -25,7 +30,7 @@ Telepítsd fel a brotli packaget a distro-d package managerével Flutter l10n fileok generálása ```shell -flutter gen-l10n --template-arb-file app_hu.arb +Flutter gen-l10n --template-arb-file app_hu.arb ``` # Android debug build @@ -33,14 +38,14 @@ flutter gen-l10n --template-arb-file app_hu.arb A dev buildhez nem közelező keystore használata ```shell $ cd firka -$ flutter build apk --debug --target-platform android-arm,android-arm64,android-x64 +$ Flutter build apk --debug --target-platform android-arm,android-arm64,android-x64 ``` # Android release build -A release buildhez közelező egy keystore használata, illetve a saját flutter forkunk használata. +A release buildhez közelező egy keystore használata, illetve a saját Flutter engineünk használata. -## Custom flutter engine setupolása +## Custom Flutter engine setupolása ```shell $ git clone https://git.firka.app/firka/flutter diff --git a/CONTRIBUTING_en.md b/CONTRIBUTING_en.md index c3bf9d6..134ce90 100644 --- a/CONTRIBUTING_en.md +++ b/CONTRIBUTING_en.md @@ -1,7 +1,12 @@ # Installing flutter +To build firka you will have to use our custom Flutter fork, +and to make a release build you will have to use our custom +flutter engine. The documentation for installing flutter can be found [here](https://docs.flutter.dev/get-started/install). +Instead of downloading the regular flutter zip, download it from [here](https://git.firka.app/firka/flutter/archive/main.zip). + # Brotli Firka uses brotli to compress libflutter during the build process to make the app smaller,