chore: add metadata plugin version

This commit is contained in:
Kingkor Roy Tirtho 2025-09-05 18:47:46 +06:00
parent 69d50eec35
commit a370166576

View File

@ -103,6 +103,14 @@ class MetadataInstalledPluginItem extends HookConsumerWidget {
launchUrl(repoUrl);
},
),
SecondaryBadge(
child: Padding(
padding: const EdgeInsets.all(1),
child: Text(
"${context.l10n.version}: ${plugin.version}",
),
),
),
],
)
],