Files
Krow-workspace/apps/mobile/apps/client/pubspec.yaml
Achintha Isuru b31a615092 feat: Migrate staff profile features from Data Connect to V2 REST API
- Removed data_connect package from mobile pubspec.yaml.
- Added documentation for V2 profile migration status and QA findings.
- Implemented new session management with ClientSessionStore and StaffSessionStore.
- Created V2SessionService for handling user sessions via the V2 API.
- Developed use cases for cancelling late worker assignments and submitting worker reviews.
- Added arguments and use cases for payment chart retrieval and profile completion checks.
- Implemented repository interfaces and their implementations for staff main and profile features.
- Ensured proper error handling and validation in use cases.
2026-03-16 22:45:06 -04:00

56 lines
1.2 KiB
YAML

name: krowwithus_client
description: "KROW Client Application"
publish_to: "none"
version: 0.0.1-m4
resolution: workspace
environment:
sdk: '>=3.10.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
# Architecture Packages
design_system:
path: ../../packages/design_system
core_localization:
path: ../../packages/core_localization
# Feature Packages
client_authentication:
path: ../../packages/features/client/authentication
client_main:
path: ../../packages/features/client/client_main
client_home:
path: ../../packages/features/client/home
client_coverage:
path: ../../packages/features/client/client_coverage
client_settings:
path: ../../packages/features/client/settings
client_hubs:
path: ../../packages/features/client/hubs
client_create_order:
path: ../../packages/features/client/orders/create_order
krow_core:
path: ../../packages/core
cupertino_icons: ^1.0.8
flutter_modular: ^6.3.2
flutter_bloc: ^8.1.3
flutter_localizations:
sdk: flutter
firebase_core: ^4.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
rename: ^3.1.0
flutter_launcher_icons: ^0.14.4
flutter:
uses-material-design: true
assets:
- assets/logo.png