/package_im_avatar

A simple to use avatar widget, with support for selecting a new avatar. The avatar shape can be set to circular or square.

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

im_avatar

Pub Version (including pre-releases) GitHub issues GitHub closed issues GitHub last commit GitHub code size in bytes

About

A simple to use avatar widget, with support for selecting a new avatar. The avatar shape can be set to circular or square.

Screenshot

Usage Notes

Simply import package: im_avatar/im_avatar.dart. Use the avatar wherever required with support for selecting a new avatar or disable selection of specifying a new avatar.

Tips:

  • In case you wish to add a border, boxShadow, etc. to the avatar, simply wrap the Avatar widget within a Container and add the border under decoration. For circular border, also set the boxShape of the encompassing container to BoxShape.circle.

  • Use im_animations package to wrap the avatar in cool animation effects.

Feedback

For any feedback please file an issue here.

Please Like to support!