Privacy Policy Screen
Component Detail
User Interface
low complexity
mobile
1
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Renders the platform's privacy policy as formatted, scrollable text inside the mobile app. Applies platform typography tokens for consistent sizing and contrast, preserves heading hierarchy for screen reader navigation (VoiceOver/TalkBack), and is accessible from both the Help & Support section and the onboarding flow.
privacy-policy-screen
Responsibilities
- Render versioned HTML/Markdown policy content using Flutter HTML/Markdown widget
- Support screen reader navigation with preserved heading hierarchy
- Display cached offline fallback when network is unavailable
- Show version-change prompt when updated policy is detected at next login
Interfaces
build(BuildContext): Widget
onPolicyVersionChanged(String newVersion): void