feat: add staff payments feature with mock data source and UI components

This commit is contained in:
Achintha Isuru
2026-01-25 16:47:41 -05:00
parent d37e1f7093
commit 0b043ed91e
21 changed files with 1025 additions and 5 deletions

View File

@@ -0,0 +1,28 @@
name: staff_payments
description: Staff Payments feature
version: 0.0.1
publish_to: 'none'
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_modular: ^6.3.2
lucide_icons: ^0.257.0
intl: ^0.20.0
# Internal packages
design_system:
path: ../../../design_system
core_localization:
path: ../../../core_localization
krow_domain:
path: ../../../domain
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0