feat: add characters
This commit is contained in:
@@ -40,7 +40,11 @@ class _HeroCard extends StatelessWidget {
|
||||
shape: BoxShape.circle,
|
||||
color: AppColors.bgDark,
|
||||
),
|
||||
child: RandomAvatar(d.avatar, height: 90, width: 90),
|
||||
child: PlayerAvatar(
|
||||
seed: d.avatar,
|
||||
imageUrl: d.avatarImg,
|
||||
size: 90,
|
||||
),
|
||||
),
|
||||
),
|
||||
Positioned(
|
||||
|
||||
Reference in New Issue
Block a user