screens/main/profile/profile_providers library
Properties
-
activeRegistrationProvider
→ FutureProvider<
UserRegistration?> -
Provides the user's active registration (current class and semester).
final
-
dangerZoneActionProvider
→ Provider<
String> -
Random action string from
t.profile.dangerZone.actionsfor the easter egg button. Invalidate to pick a new action.final -
userAvatarProvider
→ FutureProvider<
File?> -
Provides the current user's avatar file.
final
-
userProfileProvider
→ FutureProvider<
User?> -
Provides the current user's profile.
final