- Stefan Lundell, Fermin Liljeqvist, Victor Ericson, Joel Hägvall, Axel Tingman
- Joel Friberg, Felicia Sumiloff, Pontus Cedrell, Giancarlo Valverde
- Project work for PVT 15, Spring 2023, Stockholm University.
map_page
is the initial page of the application after user is authenticated.- Authorization is managed through
auth_page
, which redirects accordingly. - Routing is managed through
go_router
, see:lib/services/go_router/router.dart
for setup. - Most pages are implemented as Scaffold, in order to use
custom_navigation_bar
. - Most pages are also built using custom
page_wrapper
, in order to customize back button behaviour.
- Firebase FireStore, Storage & Authentication.
- Plate Recognizer.
- Google Maps.
- Go_router.