rwadurian/frontend/mobile-app/lib/core/services
hailin dfa21c0280 feat(mobile): integrate PlantingService with real API
- Add PlantingService for planting order management
  - createOrder: Create new planting order
  - selectProvinceCity: Select province and city
  - confirmProvinceCity: Confirm province/city selection
  - payOrder: Pay for order
  - getOrder/getMyOrders: Query orders
  - cancelOrder: Cancel unpaid orders
- Register PlantingService in DI container
- Update planting_quantity_page to create order before navigation
- Update planting_location_page to call real API endpoints
- Fix referral-service event-ack.publisher to use KafkaService

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 22:28:36 -08:00
..
account_service.dart fix(guide): use fitWidth to prevent image stretching + add debug logs 2025-12-09 18:36:43 -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
planting_service.dart feat(mobile): integrate PlantingService with real API 2025-12-09 22:28:36 -08:00
referral_service.dart feat(profile): integrate referral and authorization APIs for profile page 2025-12-09 01:57:39 -08:00
wallet_service.dart feat(mobile): integrate wallet-service API for profile page rewards 2025-12-09 20:05:14 -08:00