Files
Krow-workspace/apps/mobile/packages/features/staff/shifts/pubspec.yaml
Achintha Isuru a0d5a18e6f Refactor shift history and my shifts tabs to use a unified ShiftCard widget
- Introduced ShiftCard widget to standardize the display of shift information across different states (assigned, completed, cancelled, pending).
- Removed redundant card implementations (_CompletedShiftCard, MyShiftCard, ShiftAssignmentCard) and replaced them with ShiftCard.
- Updated localization for empty states and shift titles in HistoryShiftsTab and MyShiftsTab.
- Enhanced MyShiftsTab to track submitted shifts locally and show appropriate actions based on shift status.
- Added meta package dependency for improved type annotations.
2026-03-17 13:08:32 -04:00

37 lines
651 B
YAML

name: staff_shifts
description: A new Flutter package project.
version: 0.0.1
publish_to: "none"
resolution: workspace
environment:
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
# Architecture packages
krow_core:
path: ../../../core
design_system:
path: ../../../design_system
krow_domain:
path: ../../../domain
core_localization:
path: ../../../core_localization
flutter_modular: ^6.3.2
flutter_bloc: ^8.1.3
equatable: ^2.0.5
intl: ^0.20.2
url_launcher: ^6.3.1
bloc: ^8.1.4
meta: ^1.17.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0