initials_avatar_builder 0.0.4
initials_avatar_builder: ^0.0.4 copied to clipboard
A customizable Flutter widget that automatically generates beautiful circle avatars with user initials and dynamic background colors.
0.0.4 #
- Fixed missing CHANGELOG version entries for 100% pub.dev score compatibility.
- Fixed syntax error in example application and updated unit test suite.
- Cleaned up static analysis lints and updated constructor super parameters.
0.0.3 #
- Updated repository and issue tracker metadata URLs.
0.0.2 #
- Enhanced font size scaling calculations for single and dual letter initials.
0.0.1 #
- Initial release.
- Added
InitialsAvatarwidget. - Automatic initials extraction (handles single and multi-word names).
- Consistent automatic background color assignment based on name string hashing.
- Added support for
backgroundGradientfor modern gradient backgrounds. - Dynamic font sizing to perfectly fit the circle avatar.