migrate: fl_lib

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-03-24 23:07:52 +08:00
parent 24d64b835d
commit 2a2f348063
7 changed files with 46 additions and 34 deletions

View File

@@ -19,8 +19,8 @@ abstract final class PlatformPublicSettings {
title: Text(libL10n.bioAuth),
subtitle: can == true
? null
: const Text(
'Not available',
: Text(
libL10n.notExistFmt(libL10n.bioAuth),
style: UIs.textGrey,
),
trailing: can == true