text_avatars library
A Flutter package for creating customizable circular avatars with automatic initials generation and smart fallback handling.
This library provides the UserAvatar widget that can display:
- Profile images from network URLs
- User initials automatically generated from names
- Custom text with consistent color generation
Features include automatic fallback to initials when images fail to load, loading indicators, and customizable styling options.
Classes
- UserAvatar
- A customizable circular avatar widget that displays either a profile image or user initials with automatic color generation.