Added contact developer

This commit is contained in:
Juan Gilsanz Polo
2024-06-11 22:03:54 +02:00
parent 9765dfeea5
commit d84e04f206
6 changed files with 30 additions and 2 deletions

View File

@@ -101,6 +101,15 @@ class _List extends ConsumerWidget {
),
onTap: () => openUrlCustomTab(Urls.linkdingRepo),
),
CustomListTile(
title: t.settings.contactDeveloper,
subtitle: t.settings.contactDeveloperDescription,
trailing: Icon(
Icons.open_in_new_rounded,
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
onTap: () => openUrlCustomTab(Urls.support),
),
CustomListTile(
title: t.settings.appVersion,
subtitle: ref.watch(appInfoProvider).version,