40 lines
778 B
YAML
40 lines
778 B
YAML
name: client_reports
|
|
description: Workforce reports and analytics for client application
|
|
version: 0.0.1
|
|
publish_to: none
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# Dependencies needed for the prototype
|
|
# lucide_icons removed, used via design_system
|
|
fl_chart: ^0.66.0
|
|
|
|
# Internal packages
|
|
design_system:
|
|
path: ../../../design_system
|
|
krow_domain:
|
|
path: ../../../domain
|
|
krow_core:
|
|
path: ../../../core
|
|
core_localization:
|
|
path: ../../../core_localization
|
|
krow_data_connect:
|
|
path: ../../../data_connect
|
|
|
|
# External packages
|
|
flutter_modular: ^6.3.4
|
|
flutter_bloc: ^8.1.6
|
|
equatable: ^2.0.7
|
|
intl: ^0.20.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|