feat(profile): generated default avatars (boring-avatars beam) from pubkey
People without a photo or seed illustration now get a deterministic pattern avatar drawn from their pubkey (flutter_boring_avatars, MIT), in an earthy seed-tone palette, replacing the coloured-initial disc. Same pubkey renders the same picture on every device with nothing shared.
This commit is contained in:
parent
e65d82017a
commit
1c2b3d5e8d
6 changed files with 59 additions and 45 deletions
|
|
@ -78,6 +78,7 @@ dependencies:
|
|||
# while the app is foregrounded. Mobile/Linux/macOS only; a no-op on web and
|
||||
# Windows. Foreground-only by design — background/push is a later concern.
|
||||
flutter_local_notifications: ^18.0.1
|
||||
flutter_boring_avatars: ^2.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue