Ocideck/lib/widgets/dialogs
Brenno de Winter c6190dc31b Add consent/privacy screen at startup and license display
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>
2026-06-11 14:01:06 +02:00
..
add_slide_dialog.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
consent_dialog.dart Add consent/privacy screen at startup and license display 2026-06-11 14:01:06 +02:00
export_dialog.dart Improve presentation settings and localization 2026-06-05 19:14:54 +02:00
find_replace_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
image_carousel_picker.dart Add image-library dedupe and untagged filter, UI text scaling, table paste 2026-06-11 13:36:44 +02:00
import_slides_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
new_deck_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
open_presentation_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00
presentation_info_dialog.dart Small UX tweaks: tab close affordance and date quick-fill 2026-06-08 21:50:23 +02:00
settings_dialog.dart Add consent/privacy screen at startup and license display 2026-06-11 14:01:06 +02:00
slide_finder_dialog.dart feat: add multilingual interface 2026-06-04 02:30:03 +02:00