initalizing the mobile apps
This commit is contained in:
20
apps/pubspec.yaml
Normal file
20
apps/pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user