feat: Implement agent filtering by integrating a new API endpoint for filterable fields, introducing filter data models, and adding a dedicated filter sheet UI, alongside an updated profile icon.

This commit is contained in:
pradeepkumar
2026-03-07 22:33:09 +05:30
parent 402c1cf206
commit ef0fe593ab
7 changed files with 568 additions and 19 deletions

View File

@@ -16,6 +16,9 @@ class ApiConstants {
static const String agents = '/agents';
static const String agentTypes = '/agent-types';
// Profile fields
static const String filterableFields = '/profile-fields/filterable';
// CMS
static const String cmsPageLanding = '/cms/page/landing';
}