docs: add API credits to README and SpotiSaver to about page

This commit is contained in:
zarzet
2026-02-08 02:33:56 +07:00
parent 67fc3e5de2
commit e0acda14e4
17 changed files with 123 additions and 0 deletions
+7
View File
@@ -123,6 +123,13 @@ class AboutPage extends StatelessWidget {
title: context.l10n.aboutDabMusic,
subtitle: context.l10n.aboutDabMusicDesc,
onTap: () => _launchUrl('https://dabmusic.xyz'),
showDivider: true,
),
_AboutSettingsItem(
icon: Icons.music_note_outlined,
title: context.l10n.aboutSpotiSaver,
subtitle: context.l10n.aboutSpotiSaverDesc,
onTap: () => _launchUrl('https://spotisaver.net'),
showDivider: false,
),
],