CurrentUserProfileProvider class final
The signed-in user's own profile.
Kept alive for the session and persisted on native so the profile can load from cache on cold start. Web fetches it again after a browser reload. The network result remains authoritative on every platform.
Every mutation below re-reads the profile from the server rather than
patching state locally. That is not caution for its own sake: the server
derives fields the client does not send - it stamps avatarUrl itself on
upload, complete with the cache-buster - so a locally patched copy would
diverge from what every other client sees.
- Annotations
-
- @JsonPersist.new()
Properties
- argument → Object?
-
If this provider was created with the
.familymodifier,argumentis the variable that was used.finalinherited -
dependencies
→ Iterable<
ProviderOrFamily> ? -
The list of providers that this provider potentially depends on.
finalinherited
- from → Family?
-
If this provider was created with the
.familymodifier,fromis the.familyinstance.finalinherited -
future
→ Refreshable<
Future< Profile> > -
Obtains the
Futurerepresenting this provider.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- isAutoDispose → bool
-
Whether the state associated to this provider should be disposed
automatically when the provider stops being listened.
finalinherited
- name → String?
-
A custom label for providers.
finalinherited
-
notifier
→ Refreshable<
CurrentUserProfile> -
no setterinherited
-
origin
→ ProviderBase<
AsyncValue< Profile> > -
The provider that is overridden.
no setterinherited
- retry → Retry?
-
The retry strategy to use when a provider fails.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
) → CurrentUserProfile - @nodoc
-
debugGetCreateSourceHash(
) → String - A debug-only function for obtaining a hash of the source code of the initialization function.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideWith(
CurrentUserProfile create()) → Override -
Override the provider with a new initialization function.
inherited
-
overrideWithBuild(
RunNotifierBuild< CurrentUserProfile, FutureOr< build) → OverrideProfile> > -
Overrides the
buildmethod of a notifier, allowing you to replace the default implementation with a custom one for testing or specific use cases.inherited -
selectAsync<
OutT> (OutT selector(Profile data)) → ProviderListenable< Future< OutT> > -
A variant of
selectfor asynchronous valuesinherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited