Commit Graph

169 Commits

Author SHA1 Message Date
1fb8a8d035 Merge pull request #26 from SyncrowIOT/forgot_pass
forget password added
2024-06-25 15:53:16 +03:00
57b29abf74 Bug fixes and removed the unused code in the auth cubit 2024-06-25 15:44:00 +03:00
3efe1a540b notes modified 2024-06-25 14:58:33 +03:00
04b9336f50 notes modified 2024-06-25 14:42:26 +03:00
08d3ff3e0f forget password added 2024-06-25 10:54:42 +03:00
f98ebdb2ba Added gateway screen and bloc 2024-06-25 02:21:35 +03:00
bc3cd66096 Added battery icon in the door lock screen 2024-06-24 01:14:34 +03:00
28678be844 Fixed timer issue 2024-06-23 02:34:10 +03:00
48ef0f054f Fixed token issue 2024-06-13 12:48:04 +03:00
073b7445d9 Implemented 3 gange count down timer 2024-06-13 10:38:49 +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