406 Commits

Author SHA1 Message Date
c9a3805819 implemented permision controller functionallity 2025-04-26 12:27:31 +05:30
27a1c6a3a7 Merge pull request 'Vaibhav_Task-#100' (#1) from Vaibhav_Task-#100 into main
Reviewed-on: #1
2025-04-25 07:56:07 +00:00
8da8ee8371 made chnages for check in and check out 2025-04-25 12:13:41 +05:30
7936072b74 Add attendance log and regularization log models; enhance attendance screen with date range selection and regularization tab 2025-04-24 16:49:33 +05:30
fd14243f5a Implement date range selection for attendance logs and refactor attendance screen layout 2025-04-23 16:18:44 +05:30
a5dd5e19fc Add Windows runner implementation for Flutter application
- Created CMakeLists.txt for Flutter and runner components.
- Implemented resource script (Runner.rc) for application metadata.
- Developed main entry point (main.cpp) for the Windows application.
- Added FlutterWindow class to manage the Flutter view within a Win32 window.
- Implemented utility functions for console management and command line argument parsing.
- Established Win32Window class for high DPI-aware window handling.
- Included application icon and manifest for proper Windows integration.
- Set up build configurations and dependencies for the Flutter application on Windows.
2025-04-23 09:55:31 +05:30