Source code of the official outbag app, written in flutter. https://outbag.codeberg.page/app/
  • Dart 90%
  • C++ 4.9%
  • CMake 3.9%
  • HTML 0.4%
  • Swift 0.4%
  • Other 0.3%
Find a file
jusax23 335e581a1a
All checks were successful
/ publish (push) Successful in 1m22s
Merge pull request 'displayed amount, fixed amount edit' (#17) from dev-improvements into flutter
Reviewed-on: #17
2024-08-22 12:25:16 +00:00
.gitea/workflows only run action on default branch 2024-03-06 11:06:44 +01:00
android correct name 2024-08-21 00:06:44 +02:00
assets Added outbag icon 2023-03-23 10:57:27 +01:00
fonts/roboto serve fonts and renderer locally instead of using a cdn 2024-03-05 10:26:45 +01:00
hooks Fixed hooks 2024-02-22 15:32:55 +01:00
ios package_name fix for windows + more 2024-03-05 15:19:43 +01:00
lib fix en arb file 2024-08-21 23:51:20 +02:00
linux package_name fix for windows + more 2024-03-05 15:19:43 +01:00
macos add ota screen 2024-03-06 10:04:18 +01:00
test Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
web Added outbag icon 2023-03-23 10:57:27 +01:00
windows add ota screen 2024-03-06 10:04:18 +01:00
.gitignore autopublish the web app on outbag.codeberg.page/app 2024-03-02 17:14:10 +00:00
.metadata Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
analysis_options.yaml Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
l10n.yaml Updated yaml files 2023-12-22 20:45:12 +01:00
LICENSE Added AGPL-3.0-or-later license 2023-03-29 17:18:05 +02:00
pubspec.lock update + fix 2024-08-20 18:26:00 +02:00
pubspec.yaml show invited badge on members screen and fab to invite members 2024-03-08 09:34:25 +01:00
README.md Added pre-commit hooks 2023-12-22 20:45:12 +01:00

Official Outbag App

Source code of the official outbag app, written in flutter.

Building

To build the Outbag App you can use the flutter-cli. Make sure to replace web with the platform of your choice.

flutter build web

Translating

This app uses /l10n/ according to the official flutter internationalization guide

We use weblate to manage translations.

Translation status

Contributing

To keep the code formatted properly, we use git hooks to format files before committing.

You can easily add git-hooks using the following command:

git config core.hooksPath ./hooks

Afterwards the pre-commit hook will automatically be run, when you commit your changes:

git add # some files
git commit