Files
Krow-workspace/apps/mobile/packages/features/client/client_main/pubspec.yaml
2026-02-23 17:18:50 +05:30

46 lines
839 B
YAML

name: client_main
description: Main shell and navigation for the client application.
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
design_system:
path: ../../../design_system
core_localization:
path: ../../../core_localization
client_home:
path: ../home
client_coverage:
path: ../client_coverage
client_reports:
path: ../reports
view_orders:
path: ../orders/view_orders
billing:
path: ../billing
krow_core:
path: ../../../core
flutter_bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
dev_dependencies:
flutter_test:
sdk: flutter
bloc_test: ^9.1.0
mocktail: ^1.0.0
flutter_lints: ^6.0.0
flutter:
uses-material-design: true