-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (34 loc) · 940 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
41 lines (34 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: velix_workspace
publish_to: none
description: "flutter foundation library including validation, a reflection based mapper and automatic two-way form binding ."
homepage: https://github.com/coolsamson7/velix
repository: https://github.com/coolsamson7/velix
environment:
sdk: ^3.9.0
dev_dependencies:
build_runner: ^2.4.7
lints: ^6.0.0
melos: ^7.3.0
melos:
sdkPath: auto
useFlutterCli: true
useRootAsPackage: false
bootstrap:
runPubGetInRoot: false
scripts:
bootstrap:
run: flutter pub get
run_in: all
test:
run: melos exec --dir-exists=test -- "flutter test"
description: Run `flutter test` in every package that has a test directory
workspace:
- packages/velix
- packages/velix_di
- packages/velix_i18n
- packages/velix_mapper
- packages/velix_ui
- packages/velix_editor
- packages/velix_editor/example
- packages/velix_editor/app
- examples/example