Files
Krow-workspace/apps/mobile/packages/features/client/client_main/pubspec.yaml
2026-02-18 15:10:01 +05:30

47 lines
907 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
flutter_bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
# 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: ../view_orders
billing:
path: ../billing
# Intentionally commenting these out as they might not exist yet
# client_settings:
# path: ../settings
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