feat: Implement FAQs feature for staff application

- Created a modular package for Frequently Asked Questions (FAQs) functionality.
- Established Clean Architecture with Domain, Data, and Presentation layers.
- Implemented BLoC for state management with events and states.
- Developed search functionality with real-time filtering of FAQs.
- Designed an accordion UI for displaying FAQs by category.
- Added localization support for English and Spanish.
- Included comprehensive documentation and testing checklist.
- Integrated dependency injection for repositories and use cases.
- Configured routing for seamless navigation to FAQs page.
This commit is contained in:
Achintha Isuru
2026-02-18 22:21:18 -05:00
parent 11a9a7800c
commit 316a010779
20 changed files with 932 additions and 2 deletions

View File

@@ -55,7 +55,9 @@ dependencies:
staff_clock_in:
path: ../clock_in
staff_privacy_security:
path: ../profile_sections/settings/privacy_security
path: ../profile_sections/support/privacy_security
staff_faqs:
path: ../profile_sections/support/faqs
dev_dependencies:
flutter_test: