edit_user and pagination and search and filter

This commit is contained in:
mohammad
2025-01-05 17:27:26 +03:00
parent b264f6042f
commit 3876909bea
25 changed files with 2156 additions and 413 deletions

View File

@ -252,6 +252,7 @@ class CommunitySpaceManagementApi {
path: ApiEndpoints.getSpaceHierarchy
.replaceAll('{communityId}', communityId),
expectedResponseModel: (json) {
print(json);
final spaceModels = (json['data'] as List)
.map((spaceJson) => SpaceModel.fromJson(spaceJson))
.toList();