easy_avatar 3.0.0 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开始,使用Avatar的 fileImage
参数来指定一个本地文件对象。该参数旨在方便配合选择本地文件上传。
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.
- 新增了文字头像功能。