features/profile/providers/profile_providers library
Classes
- AccountRepositoryProvider
- Provider for the signed-in account's repository.
- AvatarStorageServiceProvider
- Provider for AvatarStorageService instance.
- CurrentUserProfileProvider
- The signed-in user's own profile, from the replica.
- ProfileEditor
- Changes to the signed-in user's profile.
- ProfileEditorProvider
- Changes to the signed-in user's profile.
Properties
- accountRepositoryProvider → AccountRepositoryProvider
-
Provider for the signed-in account's repository.
final
- avatarStorageServiceProvider → AvatarStorageServiceProvider
-
Provider for AvatarStorageService instance.
final
- currentUserProfileProvider → CurrentUserProfileProvider
-
The signed-in user's own profile, from the replica.
final
- profileEditorProvider → ProfileEditorProvider
-
Changes to the signed-in user's profile.
final
Functions
-
accountRepository(
Ref ref) → AccountRepository - Provider for the signed-in account's repository.
-
avatarStorageService(
Ref ref) → AvatarStorageService - Provider for AvatarStorageService instance.
-
currentUserProfile(
Ref ref) → Stream< Profile> - The signed-in user's own profile, from the replica.