actions-test/lib
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
..
backend Started working on settings screen 2023-03-25 14:29:28 +01:00
screens Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
tools Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
main.dart Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00