Commit Graph

12 Commits

Author SHA1 Message Date
5c65bac076 removed logs 2024-10-30 12:27:31 +04:00
489789da0a fixed issues in space 2024-10-30 11:04:36 +04:00
d025da6daf fixed space 2024-10-30 09:56:57 +04:00
631ba53d7a Implemented home management and user invitation flows 2024-06-05 03:42:00 +03:00
f8358a0877 Updated the API Endpoints, API Calls, Data Models and cubits to the lateset changes from the backend 2024-04-29 10:00:58 +03:00
09e0695bcc syncing to origin/dev 2024-04-17 16:29:27 +03:00
95f7ade9e6 removed try-catch blocks from auth_api.dart, devices_api.dart and spaces_api.dart files 2024-04-16 15:45:04 +03:00
df13c66b1a Refactor API error handling and add try-catch blocks
Added try-catch blocks for error handling in API's files to rethrow the errors to the cubit so cubits can update the UI based on them.

Refactored error handling in HTTPInterceptor and HTTPService classes.
2024-04-15 15:47:13 +03:00
5dc4f96a71 Add functionality to fetch devices by room ID
Added a new method in DevicesCubit to fetch devices by room ID and updated
related classes and API calls to support this functionality.
2024-04-02 12:12:54 +03:00
13e80fbad7 fetch groups 2024-03-18 11:46:27 +03:00
024f15728b getting spaces and rooms from api {null checks} 2024-03-13 13:52:22 +03:00
0f3cc453ce Semi-implemented getting spaces feature 2024-03-12 11:14:31 +03:00