No description
Find a file
Jakob Meier 5d333522a5
Simplified network requests & snackbars
and rewrote the component's network requests.

showSimpleSnackbar, allows displaying a simple snackbar,
with text and one action button, that can be clicked.

doNetworkRequest is supposed to be a wrapper for the
already existing post* functions.
It aims to make network requests and error handling easier,
by containing all the try&catch blocks
and being able to show snackbars.
2023-03-24 13:25:34 +01:00
android Added outbag icon 2023-03-23 10:57:27 +01:00
assets Added outbag icon 2023-03-23 10:57:27 +01:00
ios Added outbag icon 2023-03-23 10:57:27 +01:00
lib Simplified network requests & snackbars 2023-03-24 13:25:34 +01:00
linux Added Platforms 2023-03-17 21:04:45 +01:00
macos Added outbag icon 2023-03-23 10:57:27 +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 Added outbag icon 2023-03-23 10:57:27 +01:00
.gitignore Initial commit 2023-03-17 09:41:08 +01: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
pubspec.lock Added outbag icon 2023-03-23 10:57:27 +01:00
pubspec.yaml Added outbag icon 2023-03-23 10:57:27 +01:00
README.md Initial commit 2023-03-17 09:41:08 +01:00

Official Outbag App

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