feat(view_orders): implement View Orders feature with filter tabs and calendar navigation

- Added ViewOrdersFilterTab widget for displaying filter options with counts.
- Created ViewOrdersHeader widget to include a sticky header with title, filter tabs, and calendar controls.
- Established ViewOrdersModule for dependency injection of repositories, use cases, and BLoCs.
- Integrated ViewOrdersPage to handle initial date arguments for displaying orders.
- Updated pubspec.yaml with necessary dependencies for the View Orders feature.
This commit is contained in:
Achintha Isuru
2026-02-21 19:11:18 -05:00
parent 8a71f98deb
commit b6f4d656dc
214 changed files with 4664 additions and 12 deletions

View File

@@ -32,8 +32,9 @@ workspace:
- packages/features/client/home
- packages/features/client/settings
- packages/features/client/hubs
- packages/features/client/create_order
- packages/features/client/view_orders
- packages/features/client/orders/create_order
- packages/features/client/orders/view_orders
- packages/features/client/orders/orders_common
- packages/features/client/client_coverage
- packages/features/client/client_main
- packages/features/client/reports