outbag/app
2
2
Fork
You've already forked app
2
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