Flutter installation documentation can be found here. The project currently uses Flutter SDK 3.41.2.
Generating Flutter l10n and other files
$ cd firka # or firka_wear
$ dart run scripts/codegen.dartThe dev build does not require using a keystore
$ cd firka
$ flutter build apk --debug --target-platform android-arm,android-arm64,android-x64The release build requires using a keystore.
$ ./build.sh