Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2616897

Browse files
committed
Merge branch 'develop' of https://github.com/monstar-lab-oss/flutter-bricks into develop
2 parents 9496981 + 91188b0 commit 2616897

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

‎README.md‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,21 @@ In your project include these in `mason.yaml`.
4343

4444
```sh
4545
bricks:
46-
widget:
47-
service:
46+
# serice brick
47+
service:
48+
git:
4849
url: https://github.com/monstar-lab-oss/flutter-bricks.git
4950
path: bricks/service
50-
usecase:
51+
52+
# usecase brick
53+
usecase:
54+
git:
5155
url: https://github.com/monstar-lab-oss/flutter-bricks.git
5256
path: bricks/usecase
53-
feature:
57+
58+
# feature brick
59+
feature:
60+
git:
5461
url: https://github.com/monstar-lab-oss/flutter-bricks.git
5562
path: bricks/feature
5663
```

‎mason.yaml‎

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,20 @@ bricks:
1212
# url: https://github.com/monstar-lab-oss/flutter-bricks.git
1313
# path: bricks/usecase
1414

15-
usecase:
16-
path: bricks/usecase
15+
# serice brick
1716
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
2120

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

0 commit comments

Comments
 (0)