flutter_advanced_avatar
एडवांस्ड एवेटार विजेट कस्टमाइजेशन के लिए एक समृद्ध API प्रदान करता है, जो आपके ऐप में एक नई दृष्टि और अनुभव खोलता है।
112लाइक 2.7 हज़ार30-दिन डाउनलोड160Pub अंक
AndroidiOSWebmacOSWindowsLinux
https://pub.dev/packages/flutter_advanced_avatar
{"sdk":"flutter"}^1.3.0^4.0.0यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
An advanced avatar provides a rich API for widget customization that opens a new look and feel in your app.
APP_ICON
| Advanced Avatar Light Theme | Advanced Avatar Dark Theme |
|---|---|
| PREVIEW_LIGHT | PREVIEW_DARK |
| 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 |