FLUTTER ECOSYSTEM

alex-melnyk/flutter_advanced_avatar

https://pub.dev/packages/flutter_advanced_avatar

flutter_advanced_avatar 專案封面
Stars
16
Forks
4
最近推送(UTC)
2026年4月10日
專案狀態
未封存
Alex Melnyk GitHub avatar
GITHUB User

Alex Melnyk ↗

A high skilled developer with 15 years of development experience. Working at https://litslink.com https://medium.alexmelnyk.io https://twitter.com/askMelnyk

@litslinkUkraine, Kiev官方網站 ↗
語言DartSwiftKotlinObjective-C

技術主題

此儲存庫發佈的套件

使用的依賴

依賴清單 3 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

flutter_advanced_avatar

An advanced avatar provides a rich API for widget customization that opens a new look and feel in your app.

APP_ICON

Advanced Avatar Theme LAF

Advanced Avatar Light Theme Advanced Avatar Dark Theme
PREVIEW_LIGHT PREVIEW_DARK

AdvancedAvatar Parameters

Parameter Description Type Default
name Used for creating initials. (Regex split by r'\s+/') String
size Avatar size (width = height). double 80.0
image Avatar image source exclusively with [child]. ImageProvider
margin Avatar margin. EdgeInsetsGeometry
style Initials text style. TextStyle
statusColor Status color. Color
statusSize Status size. double 12.0
statusAlignment Status alignment. Alignment Alignment.topRight
decoration Avatar decoration. BoxDecoration color, shape
foregroundDecoration Avatar foreground decoration. BoxDecoration
child Child widget exclusively with [image]. Widget
children Hosted widgets. Widget
animated Use AnimatedContainer bool false
duration AnimatedContainer duration Duration Duration(milliseconds: 300)
autoTextSize Auto name text size bool false