feat: Implement document upload functionality and update agent profile edit screen UI with a new back icon.

This commit is contained in:
pradeepkumar
2026-03-09 06:33:55 +05:30
parent f1003be757
commit d800b14280
4 changed files with 532 additions and 180 deletions

View File

@@ -242,6 +242,7 @@ class _AgentHomeContentState extends ConsumerState<_AgentHomeContent> {
return SingleChildScrollView(
child: Column(
children: [
const SizedBox(height: 12),
_buildCoverAndAvatar(agent),
const SizedBox(height: 16),
_buildStatusSection(agent),