[pve-devel] [PATCH proxmox_login_manager v2 0/2] Add privacy policy url and update .lock file
Shan Shaji
s.shaji at proxmox.com
Fri Jul 4 17:26:52 CEST 2025
According to Apple's App Store review guidelines all apps must include a
link to their privacy policy within the App [0]. To fix the issue add a
new list item in the settings screen that will allow users to access the
privacy policy.
[0] - https://developer.apple.com/app-store/review/guidelines/#legal
This patch series also includes changes from another patch [1]
which relates to the update of pubspec.lock file.
[1] - https://lore.proxmox.com/pve-devel/20250704140358.177688-1-s.shaji@proxmox.com/T/#u
Shan Shaji (2):
chore: update pubspec.lock file to support new flutter version
ui: settings: add privacy policy url link in settings screen
lib/constants/pve_links.dart | 2 +
lib/proxmox_general_settings_form.dart | 28 +++++
lib/utils/pve_url_launcher_util.dart | 9 ++
pubspec.lock | 150 ++++++++++++++++++-------
pubspec.yaml | 1 +
5 files changed, 147 insertions(+), 43 deletions(-)
create mode 100644 lib/constants/pve_links.dart
create mode 100644 lib/utils/pve_url_launcher_util.dart
--
2.39.5 (Apple Git-154)
More information about the pve-devel
mailing list