File tree Expand file tree Collapse file tree 2 files changed +26
-9
lines changed Expand file tree Collapse file tree 2 files changed +26
-9
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,21 @@ In your project include these in `mason.yaml`.
43
43
44
44
``` sh
45
45
bricks:
46
- widget:
47
- service:
46
+ # serice brick
47
+ service:
48
+ git:
48
49
url: https://github.com/monstar-lab-oss/flutter-bricks.git
49
50
path: bricks/service
50
- usecase:
51
+
52
+ # usecase brick
53
+ usecase:
54
+ git:
51
55
url: https://github.com/monstar-lab-oss/flutter-bricks.git
52
56
path: bricks/usecase
53
- feature:
57
+
58
+ # feature brick
59
+ feature:
60
+ git:
54
61
url: https://github.com/monstar-lab-oss/flutter-bricks.git
55
62
path: bricks/feature
56
63
```
Original file line number Diff line number Diff line change @@ -12,10 +12,20 @@ bricks:
12
12
# url: https://github.com/monstar-lab-oss/flutter-bricks.git
13
13
# path: bricks/usecase
14
14
15
- usecase :
16
- path : bricks/usecase
15
+ # serice brick
17
16
service :
18
- path : bricks/service
19
- feature :
20
- path : bricks/feature
17
+ git :
18
+ url : https://github.com/monstar-lab-oss/flutter-bricks.git
19
+ path : bricks/service
21
20
21
+ # usecase brick
22
+ usecase :
23
+ git :
24
+ url : https://github.com/monstar-lab-oss/flutter-bricks.git
25
+ path : bricks/usecase
26
+
27
+ # feature brick
28
+ feature :
29
+ git :
30
+ url : https://github.com/monstar-lab-oss/flutter-bricks.git
31
+ path : bricks/feature
You can’t perform that action at this time.
0 commit comments