-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.yaml
More file actions
27 lines (23 loc) · 592 Bytes
/
build.yaml
File metadata and controls
27 lines (23 loc) · 592 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
targets:
$default:
builders:
auto_route_generator:auto_route_generator:
options:
enable_cached_builds: true
generate_for:
- lib/presenter/pages/**/*.dart
auto_route_generator:auto_router_generator:
options:
enable_cached_builds: true
generate_for:
- lib/presenter/navigation/navigation.dart
json_serializable:
options:
field_rename: snake
global_options:
freezed:
runs_before:
- json_serializable
json_serializable:
runs_before:
- retrofit_generator