profileEditorProvider top-level property

  1. @ProviderFor.new(ProfileEditor)
ProfileEditorProvider profileEditorProvider
final

Changes to the signed-in user's profile.

Every change answers with the whole updated profile, which is written to the replica as it arrives: the server derives fields the client does not send (it stamps avatarUrl itself on upload, cache-buster included), so the replica holds what every other client sees rather than a local patch, and a change that half-succeeded holds exactly the half that did.

Implementation

@ProviderFor(ProfileEditor)
final profileEditorProvider = ProfileEditorProvider._();