Add rate app link

This commit is contained in:
Ming Ming 2021-08-09 04:50:48 +08:00
parent 7a9294f30d
commit 3e6f7eaf0e

View file

@ -146,6 +146,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");
},
),
ListTile(
title: const Text("Paid version"),
subtitle: const Text("Support the app"),