acter_avatar 2.0.0+5 copy "acter_avatar: ^2.0.0+5" to clipboard
acter_avatar: ^2.0.0+5 copied to clipboard

Avatars as used by Acter.global. Supports various shapes of avatars UI.

[2.0.0+5] #

Redefined Acter Avatars

  • [Breaking Changes]:
  • A new configurable parameter AvatarOptions has been added and now internally wraps ActerAvatar params. It also deprecates DisplayMode enum by introducing various ways to set up via its named constructors. For newer API references and migration, see API documentation.
  • [feat.] : With AvatarOptions you can also render multiple parent badges (parent space in legacy terms) upto 3 avatars along with small remaining count icon.
  • Updated /example section with new APIs.
  • Updated README.md.

[unreleased] #

  • Fix: Show Parent even if we fallback for the main avatar

[1.0.0+4] #

  • bump package dependencies.
  • fix API usage in /example.

[1.0.0+3] #

  • release first stable version.
  • [Breaking Changes]:
    • ActerAvatar now supports AvatarInfo for specifying avatar data instead of singleton parameters.
    • Acter Avatar now supports onAvatarTap() and onParentBadgeTap for avatar gesture.
  • added support for Group DM, GroupChat and Rectangle Avatars
  • added support for parent badge for DisplayMode.Space
  • added support for secondary stacked avatar for DisplayMode.GroupDM
  • optimisation for avatar and fallback sizes
  • added ci unit tests for avatar size, render and tap behavior

Unreleased #

[0.0.7] #

  • add logging support
  • error handling for avatar loading: show log.warning and go to fallback

[0.0.6] #

  • new ActerAvatar wrapper widget
  • DisplayMode added
  • MultiUser fallback support
  • loading of actual image in ActerAvatar
  • improved support for image loading in ActerAvatar
  • additional UniqueName support for canonical alias
  • minor fixes around refreshing and setState after dispose

[0.0.1] - 20230508 Forking TextAvatar to become Acter-Avatar #


Previous changelog of TextAvatar #

[1.0.3] - 02062021 Documentation Update #

  • Bug fix for background color

[1.0.2] - 02062021 Documentation Update #

  • Images and examples are updated.

[1.0.1] - 02062021 Documentation Update #

  • Documentation update to display images on pub.dev.

[1.0.0] - 02062021 Nullsafety TextAvatar #

  • In that release minimum viable and usefull plugin released to allow developers to create colorful TextAvatars based on the Name Surname or given specification.
  • It allows users to create colorful text avatar for each users based on the username or text starting letter.
  • Improvements will release in next version.
3
likes
150
pub points
57%
popularity

Publisher

verified publisheracter.global

Avatars as used by Acter.global. Supports various shapes of avatars UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg, freezed, freezed_annotation, logging, multiavatar

More

Packages that depend on acter_avatar