No description
Find a file
jusax23 b8310de879
Some checks failed
Tag Action / build (push) Failing after 1m18s
build action, version update
2024-02-25 21:34:33 +01:00
.gitea/workflows build action, version update 2024-02-25 21:34:33 +01:00
.woodpecker Added basic web builder 2023-06-09 10:18:11 +02:00
android build action, version update 2024-02-25 21:34:33 +01:00
assets Added outbag icon 2023-03-23 10:57:27 +01:00
hooks Fixed hooks 2024-02-22 15:32:55 +01:00
ios Added outbag icon 2023-03-23 10:57:27 +01:00
lib cache itemss for items list and edit item screen 2024-02-23 20:44:42 +01:00
linux Added Platforms 2023-03-17 21:04:45 +01:00
macos Migrated from localstore to shared preferences 2023-03-29 18:27:05 +02: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 Added outbag icon 2023-03-23 10:57:27 +01:00
.gitignore Initial commit 2023-03-17 09:41:08 +01:00
.metadata build action, version update 2024-02-25 21:34:33 +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 build action, version update 2024-02-25 21:34:33 +01:00
pubspec.yaml build action, version update 2024-02-25 21:34:33 +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