Commit Graph

9 Commits

Author SHA1 Message Date
1189b52c57 remove comment DevicesViewBody and fix home page 2025-02-02 13:17:25 +03:00
790479effb restrict_spaceMemberUser_and_change_SignUpModel 2025-01-23 18:35:01 +03:00
7a22bb4bc8 count_down_ac 2025-01-08 17:17:52 +03:00
d025da6daf fixed space 2024-10-30 09:56:57 +04:00
69b901afed profile page with HomeCubit 2024-07-24 16:03:22 +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
d1bc973b38 Refactor HomeCubit class for better instance management
Create a private static instance variable and refactor methods for better instance management in the HomeCubit class.
2024-04-01 12:09:01 +03:00
ee095d0fdc bug_fixing 2 2024-03-24 14:59:29 +03:00
e17c0af144 Add HomeCubit and HomeState classes
This commit adds the HomeCubit class along with its corresponding HomeState
class. It also includes necessary imports and updates references to the
previously used SpacesCubit to the new HomeCubit in various files.
handled the multible onCreate -- HomeCubit
2024-03-24 14:43:13 +03:00