fix(mobile): clean up stale tests, fix pubspec, remove dead docs
Summary
- Delete
api_service_test.dart—ApiServicewas refactored into OpenAPI client providers, test referenced a non-existent class (2 compilation failures) - Migrate
auth_notifier_test.dartfromApiService/apiServiceProvidertoFakeAuthenticationApi/authenticationApiProvider, fix 2 race conditions in logout tests - Fix
keycloak_config_test.dartexpected values to match actual configs (devConfigdart-define defaults vse2eConfighardcoded emulator host) - Move
flutter_launcher_iconsfromdependenciestodev_dependenciesinpubspec.yaml - Remove obsolete
ChatbotProxypitfall from mobileCLAUDE.md
Test plan
-
flutter test— 198/198 passed (was 120/125 before fix) -
flutter analyze lib/ test/services/ test/config/— No issues found -
flutter build apk --flavor dev --debug— Build successful