Commit Graph

168 Commits

Author SHA1 Message Date
b58af41b88 add all devices fetch 2024-06-23 12:01:06 +03:00
1fe4603cbf connected all devices 2024-06-22 16:44:17 +03:00
7c9b7fbb86 add comment todo 2024-06-13 02:14:58 +03:00
a8132c37db push scene devices body with blocs. need to drop the future builder - enhancment 2024-06-13 02:13:44 +03:00
4a93bc2892 added an alert dialog function call in context extension 2024-06-12 23:48:39 +03:00
8c8e46f250 push bottom sheet design of the scenes 2024-06-12 21:06:27 +03:00
17e9826b21 finished if - then - save button design 2024-06-12 20:30:34 +03:00
bfbc2e55ce finished if scene design 2024-06-12 18:40:34 +03:00
1045d72bbe push routines style and create scene view 2024-06-12 01:54:03 +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
28576f2cd5 Implemented sign up and otp screens 2024-05-29 01:51:36 +03:00
cda41ecf74 Implemented firebase and onesignal 2024-05-23 17:09:10 +03:00
f7db91f212 Added sign up screen and model 2024-05-23 14:08:40 +03:00
0eea5242e1 Added smart door bloc 2024-05-23 02:45:31 +03:00
44b08c482d Implemented ceiling, wall sensors functionality 2024-05-22 23:55:35 +03:00
008ba8be32 Added three gang bloc, event, state, and model 2024-05-21 01:51:53 +03:00
7d4ce7f7b3 Implemented Acs functions and fixed design issue 2024-05-21 00:13:27 +03:00
4257d69768 Implemented Ac functionality, and bug fixes 2024-05-20 02:40:50 +03:00
0f75c3def1 Fixed logout issue 2024-05-18 23:45:23 +03:00
923e7a2d02 Added the curtain interface 2024-05-07 12:26:54 +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
414a205833 built the interface for the blind curtains. 2024-05-06 14:38:29 +03:00
2c8ea5d51c fixed DevicesView padding 2024-05-01 10:40:10 +03:00
c04e64b613 Initilized the Blinds View and its animations 2024-05-01 10:33:24 +03:00
d802c2e045 Merge pull request #23 from SyncrowIOT/Syncing_with_backend
Synced with the backend
2024-04-30 12:14:10 +03:00
6042208d02 dart fix --apply to remove unused imports and fixed some pages layouts 2024-04-29 11:49:08 +03:00
3607b5353d switched the safe area to be in the scaffold 2024-04-29 11:38:35 +03:00
a12f006d63 Added Control functoinalty on the DoorLock 2024-04-29 11:38:11 +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
6d720546f8 Merge branch 'dev' into finishing_smart_door_pages 2024-04-28 09:34:47 +03:00
ca71574bf2 Added Smart Linkage Button 2024-04-28 09:32:49 +03:00
b9c181c944 Added SmartLinkage page 2024-04-25 13:15:35 +03:00
1e8fb49b45 Added add member interface 2024-04-25 11:47:18 +03:00
bcc9e0c6c2 Added AddMemebers Page 2024-04-24 12:07:39 +03:00
eee889d3e4 Added Members Management Page With Demo Data 2024-04-24 10:39:53 +03:00
50c1e9be84 Added Unlocking Records page 2024-04-24 00:18:00 +03:00
87eb2369ca Added Default Scaffold and Removed unsed file 2024-04-23 23:15:02 +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
e47e428785 created Default Scaffold 2024-04-23 16:28:02 +03:00
6771785a4b removed old menu List and menu List Item models 2024-04-23 15:12:38 +03:00
1da61e7673 quick fixes 2024-04-23 15:11:10 +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