Add rate app link

This commit is contained in:
Ming Ming 2021-08-09 14:08:34 +08:00
parent f4c588fd9e
commit 40b168d660

View file

@ -138,6 +138,13 @@ class _SettingsState extends State<Settings> {
}
},
),
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: () {