easy_avatar 3.0.0 copy "easy_avatar: ^3.0.0" to clipboard
easy_avatar: ^3.0.0 copied to clipboard

A plug-in that provides solutions to avatar-related problems in Flutter applications.

CHANGELOGS #

v3.0.0 #

SVG Support #

Starting from v3.0.0, SVG support has been added.

从 v3.0.0 起,添加了 SVG 支持。

Avatar Caching #

Starting from v3.0.0, caching for image layers has been implemented. For SVG images, the storage location is the application directory.

从 v3.0.0 起,已实现图像层的缓存。对于 SVG 图像,存储位置为应用目录。

Device File Support #

tarting from version 3.0.0, use the fileImage parameter of the Avatar widget to specify a local file object. This parameter is designed to facilitate selecting and uploading local files.

从v3.0.0开始,使用AvatarfileImage参数来指定一个本地文件对象。该参数旨在方便配合选择本地文件上传。

v2.0.0 #

Starting from v2.0.0: 从 v2.0.0 开始:

  • The width and height properties of the Avatar class have been removed, replaced by the size property.
  • 删除了 Avatar 类的 width 属性和 height 属性,取而代之的为 size 属性。
  • Added the functionality of text avatars.
  • 新增了文字头像功能。
5
likes
115
pub points
64%
popularity

Publisher

unverified uploader

A plug-in that provides solutions to avatar-related problems in Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auto_size_text, cached_network_image, flutter, flutter_svg, http, path, path_provider, the_utils

More

Packages that depend on easy_avatar