Commit Graph

3 Commits

Author SHA1 Message Date
7792023b22 feat: Implement home screen with navigation and update login flow 2025-08-20 23:08:08 +02:00
592e79a375 feat: Add splash screen and update routing to include it 2025-08-20 23:05:21 +02:00
871bfcdccb feat: Initialize Flutter app with authentication and scheduling features
- Removed TypeScript configuration file (tsconfig.json).
- Added Flutter plugin dependencies for secure storage.
- Implemented main application structure with routing for login, profile, and schedule screens.
- Developed LoginScreen with authentication logic and user feedback.
- Created ProfileScreen to display user profile information and logout functionality.
- Built ScheduleScreen to show weekly work schedule with navigation controls.
- Integrated AuthService for handling authentication, token storage, and API interactions.
- Updated pubspec.yaml with necessary dependencies for the Flutter project.
2025-08-20 22:48:54 +02:00