Merge branch 'dev' of https://github.com/SyncrowIOT/web into feat/space-model

This commit is contained in:
hannathkadher
2025-01-09 13:04:35 +04:00
68 changed files with 6032 additions and 105 deletions

View File

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