build main structure and build data layer and space managment bloc

This commit is contained in:
Rafeek Alkhoudare
2025-05-23 02:17:23 -05:00
parent 9eaa367d32
commit b593e75c67
14 changed files with 407 additions and 0 deletions

View File

@ -0,0 +1,3 @@
class EndPoints {
static const String fetchCommunities = 'projects/{projectUuid}/communities';
}