rwadurian/frontend/mobile-app/lib/routes
hailin ca5e903724 feat(mobile): add USDT withdraw feature with Google Authenticator verification
1. Trading page:
   - Add withdraw/transfer button below DST balance section
   - Display USDT balance from wallet-service
   - Navigate to withdraw page on button tap

2. Withdraw USDT page (new):
   - Network selection (KAVA / BSC)
   - Wallet address input with paste support
   - Amount input with max button
   - Fee calculation (0.1%) and actual amount preview
   - Input validation and notice section

3. Withdraw confirm page (new):
   - Transaction details summary
   - Google Authenticator 6-digit code verification
   - Success dialog with navigation back to trading

4. Routes:
   - Add /withdraw/usdt and /withdraw/confirm routes
   - Configure route parameters for WithdrawUsdtParams

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 03:47:22 -08:00
..
app_router.dart feat(mobile): add USDT withdraw feature with Google Authenticator verification 2025-12-11 03:47:22 -08:00
route_names.dart feat(mobile): add USDT withdraw feature with Google Authenticator verification 2025-12-11 03:47:22 -08:00
route_paths.dart feat(mobile): add USDT withdraw feature with Google Authenticator verification 2025-12-11 03:47:22 -08:00