Relocated all app directories (client, design_system_viewer, staff) and their contents under the new 'apps/mobile' path. This change improves project organization and prepares for future platform-specific structuring.
17 lines
291 B
YAML
17 lines
291 B
YAML
name: krow_data_connect
|
|
description: Firebase Data Connect access layer.
|
|
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
|
|
krow_domain:
|
|
path: ../domain
|
|
flutter_modular: ^6.3.0
|