mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Add rate app link
This commit is contained in:
parent
7a9294f30d
commit
3e6f7eaf0e
1 changed files with 7 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue