429009aefa
bug fixes 2
2024-09-23 14:37:07 +03:00
62e80c89a2
Bug fixes
2024-09-23 00:35:07 +03:00
58e13da887
door sensor
2024-09-22 15:32:47 +03:00
6165c2ceee
Merge remote-tracking branch 'origin/dev' into SP-465
...
# Conflicts:
# lib/generated/assets.dart
2024-09-18 14:16:56 +03:00
b7f59902cd
schedule for one gang and two gang and three gange
2024-09-18 13:19:43 +03:00
42b5ff105f
schedule for one gang and two gang and three gange
2024-09-18 12:59:28 +03:00
ddaf36797d
two gang schedule
2024-09-15 16:48:16 +03:00
8c5cf2c04e
dialog
2024-09-06 10:25:54 +04:00
1f02f66916
changed stack to column
2024-09-06 10:20:52 +04:00
df13840a65
asset added of success icon
2024-09-02 13:25:33 +04:00
0ef2f3b866
door lock password update
2024-08-06 14:58:06 +03:00
50b455b4ae
push dialog changes in values
2024-07-28 05:04:57 +03:00
6699866ff0
Added latest changes from dev and solved conflicts
2024-06-30 16:27:42 +03:00
320afb0ca8
Removed fittedbox from the default scaffold widget
2024-06-27 10:56:30 +03:00
61c225af45
Implemented devices groups
2024-06-26 22:30:56 +03:00
3ddd4ed197
push functions static data
2024-06-26 02:18:15 +03:00
6413d2b876
working on functions view
2024-06-25 10:38: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
1045d72bbe
push routines style and create scene view
2024-06-12 01:54:03 +03:00
631ba53d7a
Implemented home management and user invitation flows
2024-06-05 03:42:00 +03:00
9877dde78e
Added create a unit screen, and implemented otp screen bloc and view
2024-05-30 10:59:22 +03:00
cda41ecf74
Implemented firebase and onesignal
2024-05-23 17:09:10 +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
d802c2e045
Merge pull request #23 from SyncrowIOT/Syncing_with_backend
...
Synced with the backend
2024-04-30 12:14:10 +03:00
3607b5353d
switched the safe area to be in the scaffold
2024-04-29 11:38:35 +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
eee889d3e4
Added Members Management Page With Demo Data
2024-04-24 10:39:53 +03:00
87eb2369ca
Added Default Scaffold and Removed unsed file
2024-04-23 23:15:02 +03:00
3a41a7118d
Added Create Home Page
2024-04-23 16:53:41 +03:00
e47e428785
created Default Scaffold
2024-04-23 16:28:02 +03:00
f4304f1296
Added onTap to DefaultContainer
2024-04-17 12:04:59 +03:00
80d424f114
Refactor code for consistency and readability
...
- Removed unused imports and commented-out code
- Updated class inheritance for AuthState subclasses
- Reorganized code structure for better readability
- Cleaned up debug print statements and replaced with dart:developer logs
2024-04-15 12:03:25 +03:00
2ae0c07830
Update import statements from relative tok apsulote paths.
2024-04-13 18:05:19 +03:00
81242c69cb
Update CustomSwitch widget to handle device status and control
...
Refactored CustomSwitch widget to properly handle device status and control
based on the device's status values. Added necessary checks and updated UI
accordingly.
2024-04-04 01:35:30 +03:00
bff4b9493c
Refactor device control logic and add temperature and fan speed enums
...
- Refactor device control logic in the app to improve readability and maintainability.
- Add temperature modes (hot, cold, wind) and fan speeds (auto, low, middle, high) enums.
- Update icon mappings and utility functions for temperature modes and fan speeds.
2024-04-03 18:54:21 +03:00
a20dfa3709
Refactor device status handling and update UI components
...
- Update device status handling from 'status' to 'isOnline' for consistency
- Remove unused imports and redundant code related to light switches
- Refactor UI components to use 'isOnline' instead of 'status' for device status
2024-04-01 09:58:51 +03:00
13e80fbad7
fetch groups
2024-03-18 11:46:27 +03:00
d3bd10730c
Modified Devices Pages
2024-03-11 12:04:26 +03:00
39a3f97181
Merged Auth branch & Curtains branch
2024-03-10 15:06:04 +03:00
a6018b282e
Redesigned Splash Screen and Login Screen
2024-03-10 14:49:17 +03:00
ce34933738
Added loading and success icons to login button
2024-03-10 10:58:45 +03:00
f8e8591d13
Implemented room device interface
...
(AC only)
2024-03-07 14:53:13 +03:00
f734801e94
Initialized Auth pages for future work
...
Implemented Login functionality
2024-03-07 10:29:19 +03:00
c5f88caec3
Partially implemented the page view functionality
...
-page controller on change need to be figured correctly
2024-03-06 23:11:09 +03:00
79e0b7ec21
light brightness slider
2024-03-04 11:25:08 +03:00
3fccadfc1d
light switch
...
code refactor
2024-03-04 09:45:34 +03:00