actions-test/lib/screens/room/pages
Jakob Meier bb9a8621a0
Moved User into application wide conntext.
Every page (after login) has access
to the User object via context.read/watch<User>().

This reduces localstore and asnyc operations,
as the screens do not have to load the user every time.
Additionally this prevents anyone from
using the without a user object.
2023-03-25 17:18:46 +01:00
..
about.dart Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
categories.dart Moved room pages into seperate folder 2023-03-23 14:04:48 +01:00
list.dart Moved room pages into seperate folder 2023-03-23 14:04:48 +01:00
products.dart Moved room pages into seperate folder 2023-03-23 14:04:48 +01:00