fix(staff_home): fix compilation errors

- Removed flutter_riverpod dependency and usage
- Removed go_router dependency and usage (replaced with Modular)
- Fixed syntax errors in WorkerHomePage
- Updated dependencies (google_fonts, intl)
- Fixed undefined identifier errors by moving localization access
- Removed unused methods in ShiftCard
This commit is contained in:
Achintha Isuru
2026-01-24 12:19:32 -05:00
parent 13265d844e
commit 5c82ea0483
6 changed files with 27 additions and 82 deletions

View File

@@ -12,10 +12,12 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
lucide_icons: ^0.257.0
intl: ^0.20.0
google_fonts: ^7.0.0
# Architecture Packages
design_system: