codifyiq_user_avatar 1.1.0
codifyiq_user_avatar: ^1.1.0 copied to clipboard
A circular user avatar widget with graceful photo, initials, and icon fallbacks for Flutter apps.
1.1.0 #
SelectableAvatarLeading— a list row's leading control that swaps aUserAvatarfor a tappable check icon on hover, or permanently once selected: the Google Contacts pattern for starting a multi-select without dedicating a whole column to checkboxes up front.
1.0.0 #
- Initial release as a standalone package, extracted from
codifyiq_core_components. UserAvatar— a circular avatar with photo, initials, and icon fallbacks.imageProviderparameter — supply a ready-madeImageProvider(e.g.MemoryImage,FileImage,AssetImage) for the avatar photo from a non-URL source; it renders through the same circular-clip, cover-fit, and error-to-initials fallback as a network photo.- Parenthetical qualifiers in a display name (e.g.
"Java Joe (Contractor)", common in enterprise and government directories) are stripped before deriving initials, so the avatar shows"JJ"instead of"J(". This applies to bothUserAvatarand the publicUserAvatar.initialsForhelper.