feat: add characters

This commit is contained in:
2026-07-10 00:56:58 +03:30
parent 7c067d36f2
commit 97d156c492
28 changed files with 486 additions and 94 deletions
@@ -253,7 +253,10 @@ class _SearchSlot extends StatelessWidget {
)
: ClipRRect(
borderRadius: BorderRadius.circular(8),
child: RandomAvatar(p.avatarSeed),
child: PlayerAvatar(
seed: p.avatarSeed,
imageUrl: p.avatarImg,
),
),
),
const SizedBox(height: 2),