mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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(
|
ListTile(
|
||||||
title: const Text("Paid version"),
|
title: const Text("Paid version"),
|
||||||
subtitle: const Text("Support the app"),
|
subtitle: const Text("Support the app"),
|
||||||
|
|
Loading…
Reference in a new issue