Privacy Policy Screen
Component Detail
User Interface
low complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Scrollable full-screen view that renders the platform's privacy policy text with accessible typography. Displays a version label and last-updated date prominently. Reachable from both the Help & Support navigation item and the onboarding flow without requiring authentication.
privacy-policy-screen
Responsibilities
- Render privacy policy content with WCAG 2.2 AA compliant typography and 4.5:1 contrast ratio
- Display version number and last-updated date at the top of the screen
- Support text scaling up to 200% without loss of content or horizontal scrolling
- Load content from bundled asset for offline access, with optional remote fetch for live updates
Interfaces
build(BuildContext context) → Widget
loadPolicyContent() → Future<PolicyContent>