add_user_dialog

This commit is contained in:
mohammad
2024-12-16 16:37:55 +03:00
parent 56d4c34321
commit 879bf99b12
10 changed files with 369 additions and 170 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();