Commit Graph

36 Commits

Author SHA1 Message Date
dcc98445d7 Implemented smart door animation 2024-08-26 16:45:50 +03:00
fe10d7a910 Bug fixes 2024-08-04 23:23:27 +03:00
8d6da30d09 Fixed design issues, added updated read me file 2024-08-01 12:57:13 +03:00
553cc0bd7e profile page fix bugs 2024-07-30 09:38:15 +03:00
eebd0faf1e profile page fix bugs 2024-07-28 15:40:47 +03:00
f27a9b0d8a profile page fix bugs 2024-07-28 15:27:34 +03:00
38d571a2c9 profile page fix bugs 2024-07-28 11:20:28 +03:00
9502c74554 profile page fix bugs 2024-07-28 11:12:06 +03:00
9162dd1033 profile page fix bugs 2024-07-28 10:42:29 +03:00
b9432c3de3 profile page fix bugs 2024-07-25 16:28:46 +03:00
76b867d4b9 profile page 2024-07-25 16:19:02 +03:00
378f4396d8 profile page 2024-07-25 15:19:10 +03:00
69b901afed profile page with HomeCubit 2024-07-24 16:03:22 +03:00
1044775066 profile 2024-07-23 16:28:53 +03:00
e5e839248d profile 2024-07-23 16:16:31 +03:00
8a4a158af5 profile changes 2024-07-16 14:05:54 +03:00
288ea6a1e2 Bug fixes 2024-06-30 15:10:01 +03:00
578b9586d2 CreateTemporaryPassword 2024-06-30 11:54:14 +03:00
4b09259a47 Bug fixes 2024-06-26 23:33:01 +03:00
76f5c6d325 bug fixes and read sensors states 2024-06-06 11:14:25 +03:00
631ba53d7a Implemented home management and user invitation flows 2024-06-05 03:42:00 +03:00
6a9c2967d2 Implemented home creation and add counter to the sign up screen 2024-06-03 00:26:07 +03:00
9877dde78e Added create a unit screen, and implemented otp screen bloc and view 2024-05-30 10:59:22 +03:00
fbe2f5fe53 !! BIG CHANGE TO ASSETS GEN !!
changed the method of generating assets to be more declrative when it comes to names of the assets.

it now include the file path name e.g (asset in the path "assets/images/home-images/home.png" will be generated as this "String assetsImagesHomeImageshome = "path" ".

this will be very helpful in the future when we want to orgnize the assets dir.
2024-05-07 12:26:12 +03:00
6042208d02 dart fix --apply to remove unused imports and fixed some pages layouts 2024-04-29 11:49:08 +03:00
8127c1978c Added Privacy View 2024-04-23 22:13:32 +03:00
48e6ae2bd3 Added Securty Page 2024-04-23 22:09:32 +03:00
7e3f68b65f Added Manage Home Page And Home Settings Page 2024-04-23 21:58:11 +03:00
8550e81b4e Added join home page 2024-04-23 20:19:43 +03:00
3a41a7118d Added Create Home Page 2024-04-23 16:53:41 +03:00
6050fa745f Add ProfileTab and ProfileView widgets for user profile display
- Added ProfileTab widget for displaying user profile information in a tab.
- Added ProfileView widget for displaying user profile details in a separate view.
2024-04-23 16:38:26 +03:00
88588d9fa8 Refactor menu view to use sections and buttons
Extracted menu sections and buttons into separate data structures for better
organization and readability in the menu view. Updated MenuList widget to
dynamically render buttons based on the new data structure.
2024-04-23 15:11:01 +03:00
2ae0c07830 Update import statements from relative tok apsulote paths. 2024-04-13 18:05:19 +03:00
481fe1c0f3 replaced Gap Class with the appropriate SizedBox
removed the Gap dependency
2024-03-02 15:52:28 +03:00
abe7072f2d AC devices page implemented
AC Cubit Add
New Devices Cubit Arch will be used
Devices Cubit (for devices categories, and devices page)
{
AC cubit,
Lights cubit.
... }
Replaced AssetsManager with Assets Class (auto generated)
2024-02-26 15:55:22 +03:00
c95a9c7817 initialized menu page 2024-02-21 16:39:16 +03:00