actions-test/lib/screens
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
..
room Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
settings Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
auth.dart Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
home.dart Moved User into application wide conntext. 2023-03-25 17:18:46 +01:00
welcome.dart Added asset wrapper. 2023-03-24 17:47:47 +01:00