From 40b168d660354d8ce69737a8c386fa3900dfb1cc Mon Sep 17 00:00:00 2001 From: Ming Ming Date: Mon, 9 Aug 2021 14:08:34 +0800 Subject: [PATCH] Add rate app link --- app/lib/widget/settings.dart | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/lib/widget/settings.dart b/app/lib/widget/settings.dart index f721080a..c416387f 100644 --- a/app/lib/widget/settings.dart +++ b/app/lib/widget/settings.dart @@ -138,6 +138,13 @@ class _SettingsState extends State { } }, ), + ListTile( + title: const Text("Rate on Google Play"), + onTap: () { + launch( + "https://play.google.com/store/apps/details?id=com.nkming.nc_photos.paid"); + }, + ), ListTile( title: Text(L10n.global().settingsSourceCodeTitle), onTap: () {