No description
Find a file
Jakob Meier 5b9b48cd24
Migrated to GoRouter
Reasons for migration:
- buggy behaviour from old router
- GoRouter is a recommended flutter plugin
- ShellRoutes allow exposing Providers
  to a limited scope of routes
- GoRoutes provides named routes,
  and the navigator allows us to provide parameters directly.
2023-03-28 14:54:39 +02:00
android Fixed android-compilation 2023-03-24 17:22:00 +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 Migrated to GoRouter 2023-03-28 14:54:39 +02: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 Migrated to GoRouter 2023-03-28 14:54:39 +02:00
pubspec.yaml Migrated to GoRouter 2023-03-28 14:54:39 +02: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.