fix(videocall): apply PR review fixes and add i18n translations

- Replace setState with FutureBuilder in VideoViewWidget
- Remove comments from datasource impl
- Replace GetIt.I with ref.read(provider) in controllers
- Fix state comparison using isTalking getter
- Add hangUp/stopAudio/stopCamera cleanup on dispose
- Remove duplicate SafeArea from IncomingCallOverlay
- Add missedCall error event to enum
- Replace Colors.white70 with theme colorScheme
- Move VIDEOCALL_INTEGRATION.md to apps/mobile_app/docs/
- Gitignore config JSON files with app keys
- Add 28 i18n keys in 6 locales for all videocall strings
- Map error events to specific i18n messages
This commit is contained in:
2026-04-26 10:27:25 +02:00
parent 57f0f64d08
commit 5aa0c0acc7
26 changed files with 329 additions and 180 deletions

3
.gitignore vendored
View File

@@ -24,6 +24,9 @@
*.iml
.vscode/
# App config (contains API keys, passed via --dart-define-from-file)
apps/mobile_app/config/*.json
# macOS
.DS_Store
**/.DS_Store