Add local krow_domain dependency to client, staff apps and client home package. Numerous UI/widget cleanups across features: add const where applicable, use explicit List<Widget> types and List<Widget>.generate, add super.key to constructors, tighten BlocProvider generics, replace some Containers with SizedBox, and simplify InputDecoration/Border constructors. Fix API error handler to return a const UnknownException. Update internal imports to package-style paths (staff_home, staff_payments, staff_main repository interface) and normalize Flutter imports (use material.dart). Add missing braces for early returns in tax form pages. Mostly formatting and small API/typing refactors with no behavioral changes intended.
57 lines
1.3 KiB
YAML
57 lines
1.3 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
|
|
krow_domain:
|
|
path: ../../packages/domain
|
|
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
|