No description
3f32c78193
NOTE: same license as alpha webapp |
||
---|---|---|
android | ||
assets | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
l10n.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
README.org |
Official Outbag App
Source code of the official outbag app, written in flutter.
Translating
This app uses l10n according to the official flutter internationalization guide.
- Check if there is a
.arb
file available for your language, and add missing translations in there, if the file exists - Otherwise copy the
app_en.arb
file and paste it asarb_<your-language>.arb
- Edit the translations in the file
- Run
flutter gen-l10n
to generate the required.dart
files