feat: Implement support chat functionality, add 2FA verification screen and routing, and update dependencies.

This commit is contained in:
pradeepkumar
2026-03-11 13:26:16 +05:30
parent 4780eb9a63
commit 6928697c5c
17 changed files with 1660 additions and 20 deletions

View File

@@ -31,4 +31,11 @@ class ApiConstants {
// Messages
static const String conversations = '/messages/conversations';
static const String unreadCount = '/messages/unread-count';
// Support Chat
static const String supportChat = '/support-chat';
// 2FA
static const String twoFactorVerify = '/auth/2fa/verify';
static const String twoFactorVerifyBackup = '/auth/2fa/verify-backup';
}