Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/logo-icons/entity/2.0x/bot_head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/2.0x/brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/2.0x/neural_net.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/3.0x/bot_head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/3.0x/brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/3.0x/neural_net.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/bot_head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-icons/entity/neural_net.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion lib/src/logo/curated_logo_icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ String? anonymousAnimalAssetPath(String name) =>
: null;

/// Keys of the curated "anonymous entity" badge icon set (lowercase) — applications,
/// organizations, and resource servers — matching the
/// organizations, resource servers, and agents — matching the
/// `avatar:...,variant=anonymous_entity,content=<key>` logo spec scheme supported by the web
/// SDK's logo picker.
const List<String> kAnonymousEntityNames = <String>[
Expand Down Expand Up @@ -87,6 +87,9 @@ const List<String> kAnonymousEntityNames = <String>[
'circuit_node',
'antenna',
'valve',
'bot_head',
'brain',
'neural_net',
];

/// Resolves an `avatar:...,variant=anonymous_entity,content=<name>` spec's entity key to its
Expand Down
2 changes: 1 addition & 1 deletion lib/src/logo/logo_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum AvatarVariant {
anonymousAnimal,

/// One of the curated "anonymous entity" badge icons (applications, organizations, resource
/// servers) — a bundled asset image.
/// servers, agents) — a bundled asset image.
anonymousEntity,
}

Expand Down
Loading