initalizing the mobile apps

This commit is contained in:
Achintha Isuru
2026-01-21 15:42:51 -05:00
parent fbadd976cf
commit 4a67b2f541
578 changed files with 28462 additions and 2 deletions

20
apps/pubspec.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: flutter_melos_modular_scaffold
publish_to: 'none'
description: "A sample project using melos and modular scaffold."
environment:
sdk: '>=3.10.0 <4.0.0'
workspace:
- packages/design_system
- packages/core
- packages/domain
- packages/data_connect
- packages/core_localization
- packages/features/staff/authentication
- packages/features/client/authentication
- packages/features/client/home
- apps/staff
- apps/client
- apps/design_system_viewer
dev_dependencies:
melos: ^7.3.0