feat: Implement reorder functionality in ClientCreateOrderRepository and update related interfaces and use cases

This commit is contained in:
Achintha Isuru
2026-02-19 16:14:43 -05:00
parent b85ea5fb7f
commit 889bf90e71
10 changed files with 37 additions and 514 deletions

View File

@@ -5,17 +5,14 @@ publish_to: none
resolution: workspace
environment:
sdk: '>=3.10.0 <4.0.0'
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
# Architecture Packages
design_system:
path: ../../../design_system
core_localization:
@@ -30,10 +27,12 @@ dependencies:
path: ../view_orders
billing:
path: ../billing
krow_core:
path: ../../../core
# Intentionally commenting these out as they might not exist yet
# client_settings:
# path: ../settings
flutter_bloc: ^8.1.0
flutter_modular: ^6.3.0
equatable: ^2.0.5
dev_dependencies:
flutter_test: