-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.yaml
35 lines (31 loc) · 902 Bytes
/
build.yaml
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
targets:
$default:
builders:
freezed:
options:
fallback_union: default
generate_for:
include:
- "lib/src/features/**/domain/**.dart"
json_serializable:
options:
explicit_to_json: true
generate_for:
include:
- "lib/src/features/**/domain/**.dart"
riverpod_generator:
generate_for:
include:
- "lib/src/features/**/application/**.dart"
- "lib/src/features/**/data/**.dart"
- "lib/src/routing/**.dart"
- "lib/*.dart"
go_router_builder:
generate_for:
include:
- "lib/src/features/**/presentation/**.dart"
- "lib/src/routing/**.dart"
lm_labs_generator|routes:
generate_for:
include:
- "lib/src/features/*/presentation/**_routes.dart"