rwadurian/frontend/mobile-app/lib/core/services
hailin 3e01f69044 fix(mobile-app): cache avatar locally instead of always loading from network
- Add local avatar caching in AccountService:
  - getLocalAvatarPath(): get cached avatar file path
  - _saveAvatarToLocal(): save avatar to local after upload
  - downloadAndCacheAvatar(): download and cache remote avatar
- Update profile_page and mining_page to use local avatar:
  - Priority: local file > network URL > SVG > default icon
  - Background download and cache if remote URL exists but no local cache
- Clean up local avatar file on logout

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 12:23:50 -08:00
..
account_service.dart fix(mobile-app): cache avatar locally instead of always loading from network 2025-12-08 12:23:50 -08:00
deposit_service.dart fix(mobile-app): fix avatar and wallet address issues after mnemonic recovery 2025-12-08 12:13:39 -08:00
referral_service.dart feat(mobile-app): add import mnemonic page and fix share URL 2025-12-07 13:35:40 -08:00