mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 07:29:42 +00:00
chore: add metadata plugin version
This commit is contained in:
parent
69d50eec35
commit
a370166576
@ -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}",
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user