mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +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);
|
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