refactor: remove author field from extension manifest and UI

This commit is contained in:
zarzet
2026-04-13 23:35:03 +07:00
parent c79bee534e
commit 378742e37a
10 changed files with 2 additions and 43 deletions
@@ -171,12 +171,6 @@ class _ExtensionDetailsScreenState
color: colorScheme.onSurface,
),
),
const SizedBox(height: 4),
Text(
context.l10n.extensionsAuthor(ext.author),
style: Theme.of(context).textTheme.bodyLarge
?.copyWith(color: colorScheme.onSurfaceVariant),
),
],
),
),