Privacy Policy Screen
Component Detail
User Interface
low complexity
mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
A read-only, scrollable Flutter screen that renders the platform's privacy policy as rich text content. Supports dynamic text scaling up to 200%, maintains WCAG 2.2 AA contrast ratios, and is accessible without authentication from both the onboarding flow and the Help & Support section.
privacy-policy-screen
Responsibilities
- Render privacy policy content with proper typography and scrollable layout
- Display version timestamp showing when the policy was last updated
- Support dynamic text scaling and screen reader accessibility
- Provide navigation entry points from onboarding and Help & Support
Interfaces
build(BuildContext context)
scrollToSection(String sectionId)
displayVersionTimestamp(DateTime lastUpdated)
handleBackNavigation()