mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-22 17:51:29 +03:00
Bump material symbols and change PIV icon
This commit is contained in:
parent
851158bd54
commit
ad2c25dda7
@ -93,7 +93,7 @@ extension on Section {
|
||||
Section.passkeys => Symbols.passkey,
|
||||
Section.fingerprints => Symbols.fingerprint,
|
||||
Section.slots => Symbols.touch_app,
|
||||
Section.certificates => Symbols.badge,
|
||||
Section.certificates => Symbols.id_card,
|
||||
};
|
||||
|
||||
Key get _key => switch (this) {
|
||||
|
@ -48,7 +48,7 @@ extension on Capability {
|
||||
IconData get _icon => switch (this) {
|
||||
Capability.oath => Symbols.supervisor_account,
|
||||
Capability.fido2 => Symbols.passkey,
|
||||
Capability.piv => Symbols.badge,
|
||||
Capability.piv => Symbols.id_card,
|
||||
_ => throw UnsupportedError('Icon not defined'),
|
||||
};
|
||||
}
|
||||
|
@ -535,10 +535,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: material_symbols_icons
|
||||
sha256: "4410e4bb5c6e16d811340f94532c0b3161d2a0ba60b41d0fa8a603186857cabe"
|
||||
sha256: "36d4e5dd72f2fd282aca127cc4c4c29786d702cb506231ea73a5497fc324bf46"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.2719.3"
|
||||
version: "4.2741.0"
|
||||
menu_base:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -70,7 +70,7 @@ dependencies:
|
||||
io: ^1.0.4
|
||||
base32: ^2.1.3
|
||||
convert: ^3.1.1
|
||||
material_symbols_icons: ^4.2719.3
|
||||
material_symbols_icons: ^4.2741.0
|
||||
|
||||
dev_dependencies:
|
||||
integration_test:
|
||||
|
Loading…
Reference in New Issue
Block a user