rwadurian/frontend/mobile-app/lib/core/services
hailin 8d94d9e4bb fix(mobile): sync avatar from API when local storage is empty
When recovering an account via mnemonic, the avatar SVG might not be
saved to local storage. Now the profile page checks if avatarUrl is
returned from the /me API and updates both the display and local storage.

- Add updateLocalAvatarSvg() method to AccountService
- Update _loadMeData() to sync avatar from API response

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 18:19:13 -08:00
..
account_service.dart fix(mobile): sync avatar from API when local storage is empty 2025-12-09 18:19:13 -08:00
authorization_service.dart feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00
deposit_service.dart feat(deposit): add deposit balance API and Kafka consumer for deposit events 2025-12-09 02:29:31 -08:00
referral_service.dart feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00