letter-avatar icon indicating copy to clipboard operation
letter-avatar copied to clipboard

Too many private API methods

Open zanderwar opened this issue 5 years ago • 1 comments

Hi, I ran into an issue that was a bit of a pain for me

I have an AvatarService class which can be handed a "default avatar", I've extended it so that the default avatar accepts a LetterAvatar instance. The issue is, both the AvatarService and the LetterAvatar require a size to be specified. I can't adjust the size of a LetterAvatar instance once it's been constructed and I'm not a fan of modifying vendor packages.

See pull request #23

zanderwar avatar Oct 19 '19 13:10 zanderwar

I second this, as when used as a service, we can generate multiple avatar from single object

ikhsan017 avatar Dec 19 '20 04:12 ikhsan017