feat(staff): integrate staff_home feature

- Created staff_main package with module, bloc, and pages
- Integrated staff_home into staff_main
- Updated route constants to use /worker-main
- Fixed intl version conflict
This commit is contained in:
Achintha Isuru
2026-01-24 12:11:25 -05:00
parent faa2b2b0a6
commit 13265d844e
22 changed files with 2373 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
include: package:flutter_lints/flutter.yaml
linter:
rules:
avoid_print: true
prefer_single_quotes: true
always_use_package_imports: true