No description
384fbb0573
The edit item screen might be overwhelming at first, and if you only want to add simple items (by name) to the list, it is way easier to simply type the name and click create to create a simple item. After creating the item the user will be redirected (history replacement) to the edit screen, but clicking back will bring them back to the list. This screen also makes linking products easier and allows the user to create new products if they notice they are using the same item multiple times or can't be bothered to switch to the products tab |
||
---|---|---|
.woodpecker | ||
android | ||
assets | ||
hooks | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
l10n.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
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.
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