feat(legal): in-app Privacy & rules screen with plain-words summaries and links to the full documents
This commit is contained in:
parent
9668e0e70b
commit
a7e10eba7a
5 changed files with 180 additions and 0 deletions
|
|
@ -67,6 +67,12 @@ class SettingsScreen extends StatelessWidget {
|
|||
trailing: const Icon(Icons.chevron_right),
|
||||
onTap: () => context.push('/about'),
|
||||
),
|
||||
ListTile(
|
||||
leading: const Icon(Icons.privacy_tip_outlined, color: seedGreen),
|
||||
title: Text(t.legal.title),
|
||||
trailing: const Icon(Icons.chevron_right),
|
||||
onTap: () => context.push('/legal'),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue