Implement three privacy features: 1. Consent gate at app startup - users must accept privacy terms before using OciDeck 2. License visibility - MIT license displayed in consent dialog 3. Consent revocation - privacy settings tab allows users to withdraw consent and return to consent screen Changes: - New ConsentProvider for managing consent state with SharedPreferences persistence - New ConsentDialog with privacy explanation and MIT license (expandable) - Added Privacy tab to settings dialog with revoke consent button - Updated localization strings for Dutch/English consent screens Consent flow: - On first launch or after revocation, consent screen blocks app access - Users can read privacy terms, view license, and accept to proceed - Consent can be revoked anytime from Settings → Privacy tab - After revocation, app returns to consent screen on next launch Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| add_slide_dialog.dart | ||
| consent_dialog.dart | ||
| export_dialog.dart | ||
| find_replace_dialog.dart | ||
| image_carousel_picker.dart | ||
| import_slides_dialog.dart | ||
| new_deck_dialog.dart | ||
| open_presentation_dialog.dart | ||
| presentation_info_dialog.dart | ||
| settings_dialog.dart | ||
| slide_finder_dialog.dart | ||