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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user